OnixS EBS BrokerTec Market Data and Trading Handler for C++  2.14.1.0
Public Types | List of all members
StopCondition Struct Reference

Stop condition. More...

Public Types

enum  Enum {
  Undefined = 0, BestBidGreatEqualStopPrice = 1, BestBidLowEqualStopPrice = 2, BestOfferGreatEqualStopPrice = 3,
  BestOfferLowEqualStopPrice = 4, LastTradedPriceGreatEqualStopPrice = 5, LastTradedPriceLowEqualStopPrice = 6
}
 Stop condition. More...
 

Detailed Description

Stop condition.

Member Enumeration Documentation

enum Enum

Stop condition.

Enumerator
Undefined 

Undefined.

BestBidGreatEqualStopPrice 

Best Bid >= Stop Price.

BestBidLowEqualStopPrice 

Best Bid <= Stop Price.

BestOfferGreatEqualStopPrice 

Best Offer >= Stop Price.

BestOfferLowEqualStopPrice 

Best Offer <= Stop Price.

LastTradedPriceGreatEqualStopPrice 

Last Traded Price >= Stop Price.

LastTradedPriceLowEqualStopPrice 

Last Traded Price <= Stop Price.