OnixS Thomson Reuters Matching API (MAPI) Market Data Handler for C++  1.6.0.0
Public Types | List of all members
OrdSizeInd Struct Reference

Order Size Indicator Enumeration value that shows whether order size is greater than the regular amount. More...

Public Types

enum  Enum { OrderSizeLessThanOrEqualToRegularAmount = 0, OrderSizeGreaterThanRegularAmount = 1 }
 Order Size Indicator Enumeration value that shows whether order size is greater than the regular amount. More...
 

Detailed Description

Order Size Indicator Enumeration value that shows whether order size is greater than the regular amount.

Member Enumeration Documentation

enum Enum

Order Size Indicator Enumeration value that shows whether order size is greater than the regular amount.

Enumerator
OrderSizeLessThanOrEqualToRegularAmount 

Indicates that the order volume is less than or equal to the regular amount.

OrderSizeGreaterThanRegularAmount 

Indicates that the order volume greater than regular amount.