OnixS CBOE CMi2 Trading Handler for C++  1.1.3.0
Public Types | Static Public Member Functions | List of all members
SessionSettings Struct Reference

Session settings. More...

Public Types

enum  Enum {
  PublishRestingOrders = 0x8000, ResetSequenceNumber = 0x4000, RequestRateInfo = 0x2000, RequestQRMSettings = 0x1000,
  HeartbeatIndicator = 0x800, CancelOnDisconnect = 0x400, RequestSessionProfile = 0x200
}
 Session settings. More...
 

Static Public Member Functions

static std::string toString (Enum value)
 Returns string representation. More...
 

Detailed Description

Session settings.

Member Enumeration Documentation

enum Enum

Session settings.

Enumerator
PublishRestingOrders 

Publishes the users resting orders.

ResetSequenceNumber 

Reset the sequence number on the message.

RequestRateInfo 

Generates rate information for the user.

RequestQRMSettings 

Query QRM settings for the user.

HeartbeatIndicator 

'0' heartbeating in every interval seconds.

'1' heartbeat when there is no activity.

CancelOnDisconnect 

CFE risk control feature that cancels all day orders for the user.

When enabled, this feature allows users to cancel all their Day orders when they get disconnected, whether intentionally or unintentionally from the CFE session. By default, this feature is disabled. 0=false (disabled) 1=true (enabled)

RequestSessionProfile 

Publish the user's profile. See Session Profile Response.

Member Function Documentation

static std::string toString ( Enum  value)
static

Returns string representation.