OnixS C++ CBOE CFE Binary Order Entry (BOE) Handler 1.12.0
API documentation
Loading...
Searching...
No Matches
ConstantNewOrderV2 Struct Reference

Public Member Functions

StrRef clOrdId () const
Side::Enum side () const
Binary4 orderQty () const
StrRef clearingFirm () const
StrRef clearingAccount () const
BinaryPrice price () const
OrdType::Enum ordType () const
TimeInForce::Enum timeInForce () const
Binary4 minQty () const
StrRef symbol () const
Capacity::Enum capacity () const
StrRef account () const
StrRef preventMatch () const
DateTime expireTime () const
Date maturityDate () const
OpenClose::Enum openClose () const
Binary4 cMTANumber () const
BinaryPrice stopPx () const
Binary2 customGroupId () const
CtiCode::Enum ctiCode () const
ManualOrderIndicator::Enum manualOrderIndicator () const
StrRef oEOID () const
StrRef frequentTraderId () const
CustOrderHandlingInst::Enum custOrderHandlingInst () const
StrRef countryCode () const
 ConstantNewOrderV2 () ONIXS_BATS_BOE_NOEXCEPT
 ConstantNewOrderV2 (const void *data, MessageSize size)
Public Member Functions inherited from BinaryMessage
 BinaryMessage ()
 BinaryMessage (const void *data, MessageSize size)
 BinaryMessage (const BinaryMessage &other)
 operator bool () const
const void * binary () const
MessageSize binarySize () const
BinaryMessageoperator= (const BinaryMessage &other)

Static Public Member Functions

static MessageType::Enum type () ONIXS_BATS_BOE_NOEXCEPT

Additional Inherited Members

Public Types inherited from BinaryMessage
typedef MessageSize BinarySize
Protected Member Functions inherited from BinaryFields< BinaryMessage, MessageSize >
const SubMessage submessage (MessageSize offset, MessageSize size) const
const FieldValue & ordinaryRef (MessageSize offset) const
FieldValue ordinary (MessageSize offset) const
Enumeration::Enum enumeration (MessageSize offset) const
StrRef fixedStr (MessageSize offset) const

Detailed Description

Definition at line 37 of file ConstantNewOrderV2.h.

Constructor & Destructor Documentation

◆ ConstantNewOrderV2() [1/2]

ConstantNewOrderV2 ( )
inline

Definition at line 192 of file ConstantNewOrderV2.h.

◆ ConstantNewOrderV2() [2/2]

ConstantNewOrderV2 ( const void * data,
MessageSize size )
inline

Initializes instance over given memory block.

Definition at line 198 of file ConstantNewOrderV2.h.

Member Function Documentation

◆ account()

StrRef account ( ) const
inline

Unique account identifier associated with an order.

Definition at line 106 of file ConstantNewOrderV2.h.

◆ capacity()

Capacity::Enum capacity ( ) const
inline

The Capacity refers to the OCC account type.

Definition at line 100 of file ConstantNewOrderV2.h.

◆ clearingAccount()

StrRef clearingAccount ( ) const
inline

Supplemental identifier.

Definition at line 64 of file ConstantNewOrderV2.h.

◆ clearingFirm()

StrRef clearingFirm ( ) const
inline

EFID that will clear the trade.

Definition at line 58 of file ConstantNewOrderV2.h.

◆ clOrdId()

StrRef clOrdId ( ) const
inline

Unique Id chosen by the client.

Definition at line 40 of file ConstantNewOrderV2.h.

◆ cMTANumber()

Binary4 cMTANumber ( ) const
inline

CMTA Number of the firm that will clear the trade.

Definition at line 136 of file ConstantNewOrderV2.h.

◆ countryCode()

StrRef countryCode ( ) const
inline

Identifies the country code of the person or system submitting the order.

Definition at line 184 of file ConstantNewOrderV2.h.

◆ ctiCode()

CtiCode::Enum ctiCode ( ) const
inline

Cti Code.

Definition at line 154 of file ConstantNewOrderV2.h.

◆ customGroupId()

Binary2 customGroupId ( ) const
inline

Used to group orders for use in mass cancels where multiple orders can be cancelled by specifying a list of CustomGroupIds.

Definition at line 148 of file ConstantNewOrderV2.h.

◆ custOrderHandlingInst()

CustOrderHandlingInst::Enum custOrderHandlingInst ( ) const
inline

Execution source code provided during order entry to describe broker service.

Definition at line 178 of file ConstantNewOrderV2.h.

◆ expireTime()

DateTime expireTime ( ) const
inline

Required for TimeInForce = 6 orders, specifies the date-time (in UTC) that the order expires.

Definition at line 118 of file ConstantNewOrderV2.h.

◆ frequentTraderId()

StrRef frequentTraderId ( ) const
inline

Supplemental customer identifier used for billing related programs.

Definition at line 172 of file ConstantNewOrderV2.h.

◆ manualOrderIndicator()

ManualOrderIndicator::Enum manualOrderIndicator ( ) const
inline

Manual order indicator.

Definition at line 160 of file ConstantNewOrderV2.h.

◆ maturityDate()

Date maturityDate ( ) const
inline

When specifying the Symbol for a New Order message the user can specify the mapped symbol identifier in the Symbol field.

Definition at line 124 of file ConstantNewOrderV2.h.

◆ minQty()

Binary4 minQty ( ) const
inline

Minimum fill quantity for IOC orders.

Definition at line 88 of file ConstantNewOrderV2.h.

◆ oEOID()

StrRef oEOID ( ) const
inline

Identifies the Order Entry Operator responsible for this message.

Definition at line 166 of file ConstantNewOrderV2.h.

◆ openClose()

OpenClose::Enum openClose ( ) const
inline

Indicates status of client position in a trade resulting from the order.

Definition at line 130 of file ConstantNewOrderV2.h.

◆ orderQty()

Binary4 orderQty ( ) const
inline

Order quantity. System limit is 999,999 contracts.

Definition at line 52 of file ConstantNewOrderV2.h.

◆ ordType()

OrdType::Enum ordType ( ) const
inline

Order type.

Definition at line 76 of file ConstantNewOrderV2.h.

◆ preventMatch()

StrRef preventMatch ( ) const
inline

Prevent match.

Definition at line 112 of file ConstantNewOrderV2.h.

◆ price()

BinaryPrice price ( ) const
inline

Limit price. Four implied decimal places.

Definition at line 70 of file ConstantNewOrderV2.h.

◆ side()

Side::Enum side ( ) const
inline

Side.

Definition at line 46 of file ConstantNewOrderV2.h.

◆ stopPx()

BinaryPrice stopPx ( ) const
inline

Stop price.

Definition at line 142 of file ConstantNewOrderV2.h.

◆ symbol()

StrRef symbol ( ) const
inline

Symbol.

Definition at line 94 of file ConstantNewOrderV2.h.

◆ timeInForce()

TimeInForce::Enum timeInForce ( ) const
inline

Time In Force.

Definition at line 82 of file ConstantNewOrderV2.h.

◆ type()

MessageType::Enum type ( )
inlinestatic

Definition at line 189 of file ConstantNewOrderV2.h.