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

Specifies how order information is distributed. More...

Public Types

enum  Enum {
  Undefined = 0, WithoutIdentity = 1, WithIdentity = 2, QueryWithoutIdentity = 3,
  QueryWithIdentity = 4
}
 Specifies how order information is distributed. More...
 

Detailed Description

Specifies how order information is distributed.

Member Enumeration Documentation

enum Enum

Specifies how order information is distributed.

Enumerator
Undefined 

Undefined.

WithoutIdentity 

The order information is distributed with broadcast BO2 and the answer of query MQ7.

WithIdentity 

is without identity

The order information is distributed with broadcast BO1 and the answer of query MQ7 is

QueryWithoutIdentity 

with identity.

The answer of MQ7 is without identity. No BO2 generated.

QueryWithIdentity 

The answer of MQ7 is with identity. No BO1 generated.