OnixS C++ ICE Binary Order Entry Handler 1.1.1
API Documentation
Loading...
Searching...
No Matches
Samples::Default Namespace Reference

Variables

constexpr Port TlsPort = 443
constexpr int ClientId = 0
constexpr const char * UserId = "UserId"
constexpr const char * Password = "Pwd"
constexpr const char * TraderId = "TraderId"
constexpr const char * TraderPassword = "TraderPwd"
constexpr Threading::CpuIndex MainThreadCpuAffinity = 1u
constexpr Threading::CpuIndex ReceivingThreadCpuAffinity = 2u
constexpr Threading::CpuIndex AuxiliarySendingThreadAffinity = 0u
constexpr Int32 Symbol = 110163520
constexpr Int32 UnderlyingSymbol = 8513416
constexpr Int32 Symbols [] = {609, 9623, 9624, 566, 1017}
constexpr Int32 MarketTypeId = 5
constexpr Int32 QuantityMantissa = 1000000000
constexpr auto Side = SideEnum::Buy
constexpr Decimal9 PriceMantissa = 10000000
constexpr Threading::CpuIndex NumberOfMessages = 300u
constexpr size_t WarmupInterval = 10u
constexpr size_t IntervalBetweenSending = 10000u
const Timestamp Timestamp = Timestamp::fromStr(StrRef{"20271231"}, TimestampFormat::YYYYMMDD)

Variable Documentation

◆ AuxiliarySendingThreadAffinity

Threading::CpuIndex AuxiliarySendingThreadAffinity = 0u
constexpr

Definition at line 42 of file Defaults.h.

◆ ClientId

int ClientId = 0
constexpr

Definition at line 34 of file Defaults.h.

◆ IntervalBetweenSending

size_t IntervalBetweenSending = 10000u
constexpr

Definition at line 55 of file Defaults.h.

◆ MainThreadCpuAffinity

Threading::CpuIndex MainThreadCpuAffinity = 1u
constexpr

Definition at line 40 of file Defaults.h.

◆ MarketTypeId

Int32 MarketTypeId = 5
constexpr

Definition at line 48 of file Defaults.h.

◆ NumberOfMessages

Threading::CpuIndex NumberOfMessages = 300u
constexpr

Definition at line 53 of file Defaults.h.

◆ Password

const char* Password = "Pwd"
constexpr

Definition at line 36 of file Defaults.h.

◆ PriceMantissa

Decimal9 PriceMantissa = 10000000
constexpr

Definition at line 51 of file Defaults.h.

◆ QuantityMantissa

Int32 QuantityMantissa = 1000000000
constexpr

Definition at line 49 of file Defaults.h.

◆ ReceivingThreadCpuAffinity

Threading::CpuIndex ReceivingThreadCpuAffinity = 2u
constexpr

Definition at line 41 of file Defaults.h.

◆ Side

auto Side = SideEnum::Buy
constexpr

Definition at line 50 of file Defaults.h.

◆ Symbol

Int32 Symbol = 110163520
constexpr

Definition at line 44 of file Defaults.h.

◆ Symbols

Int32 Symbols[] = {609, 9623, 9624, 566, 1017}
constexpr

Definition at line 46 of file Defaults.h.

46{609, 9623, 9624, 566, 1017};

◆ Timestamp

Definition at line 57 of file Defaults.h.

◆ TlsPort

Port TlsPort = 443
constexpr

Definition at line 32 of file Defaults.h.

◆ TraderId

const char* TraderId = "TraderId"
constexpr

Definition at line 37 of file Defaults.h.

◆ TraderPassword

const char* TraderPassword = "TraderPwd"
constexpr

Definition at line 38 of file Defaults.h.

◆ UnderlyingSymbol

Int32 UnderlyingSymbol = 8513416
constexpr

Definition at line 45 of file Defaults.h.

◆ UserId

const char* UserId = "UserId"
constexpr

Definition at line 35 of file Defaults.h.

◆ WarmupInterval

size_t WarmupInterval = 10u
constexpr

Definition at line 54 of file Defaults.h.