Skip to content
Don Baechtel edited this page Sep 25, 2018 · 1 revision

Alveo Enumerations

Trade Operations

        public const int OP_BUY = 0;
        public const int OP_SELL = 1;
        public const int OP_BUYLIMIT = 2;
        public const int OP_SELLLIMIT = 3;
        public const int OP_BUYSTOP = 4;
        public const int OP_SELLSTOP = 5;