CAttributes | TCPDirect attributes to pass configuration details (a wrapper around the zf_Attributes struct) |
CBase64Encoding | BASE64 encoding service |
CCondition | Condition variable - a synchronization objects that allows threads to wait for certain events (conditions) to occur |
CFieldSet::ConstIterator | Constant iterator to iterate over all fields in the given FieldSet instance |
CFlatGroup::ConstIterator | Constant iterator to iterate over all group instances in the repeating group |
CFlatMessage::ConstIterator | Constant iterator to iterate over all fields in the given FlatMessage instance |
CCounterparty | Collection of parameters required to establish connection with counterparty (session-acceptor) |
CCryptograph | Cryptography service |
CDayOfWeek | Specifies day of the week |
CDecimal | Decimal type for better precision |
CDecoder | Performs FAST to FIX decoding |
CDecoder | Performs SBE to FIX decoding |
CDictionary | Identifies FIX messages dictionary |
CEncoder | Encodes FIX messages into FAST representation |
CEncoder | Encodes FIX messages into SBE representation |
CEncryptionMethod | Defines encryption methods |
CEngine | FIX Engine |
CEngineErrorReason | Error reason |
CEngineSettings | FIX Engine settings |
CEngineWarningReason | Warning reason |
CErrorReason | Error reason |
CEventBasedDecoder | Performs FAST decoding using IDecodeListener to inform user about the decoding process |
CEventBasedDecoder | Performs SBE to FIX decoding |
►Cexception | STL class |
CField | Field primary attributes (tag and a reference to a value) |
CFieldInfo | Identifies attributes of a FIX field |
►CFieldSet | Encapsulates primary operations over collection of FIX fields like FIX message and repeating group instance are |
CFieldValueRef | Implements concept of a read-only reference to a FIX field value |
CFlatField | Field primary attributes (tag and a reference to a value) |
CFlatFieldKey | Key to a serialized field - represents another way of accessing fields in an editable serialized message |
CFlatFieldRef | Represents a temporary reference to a field in an editable serialized message |
CFlatGroup | Encapsulates operations over FIX Repeating Group |
CFlatGroupInstance | Single instance of FIX Repeating Group |
CFlatMessage | Provides access to FIX fields from a flat (tag=value) message |
►CFutureBase | Base implementation of SharedFuture<T> |
CFutureGetReturn< T > | |
CFutureGetReturn< void > | |
CFutureStatus | State of a SharedFuture object (similar to std::future_status, |
CFutureValue | Implementation details |
CGroup | Encapsulates operations over FIX Repeating Group |
CGuard< Acquirable > | Performs automatic acquisition and release of synchronization object |
CIDecodeListener | Decode session's listener |
CIDecodeListener | SBE decode session's listener |
CIEngineListener | Engine's Listener |
CInputDataTraits | Characteristics of the input data stream for decoding |
CISessionListener | Session's Listener |
►CISessionReactor | Session's network stack reactor interface |
CISessionStorage | Session's pluggable storage |
CISessionStorage::ISessionStorageListener | Session Storage listener that is used to replay messages |
CItemBase | The base class for custom items which can be stored in thread-safe containers |
CGroup::Iterator | Mutable iterator to iterate over all group instances in the repeating group |
CKnownFlatFieldKeys | Keys are constant during the serialized message lifetime |
Cless< OnixS::FIX::StringRef > | Allows using of StringRef in collections like std::map |
CMessage::MakeShallowCopy | |
CMessageMode | Session message mode |
CMessageParsingFlag | Collection of flags which affect the way FIX message is parsed from its raw (tag=value) presentation |
CMessageStringingFlag | Contains flags which affect FIX message textual presentation |
CMessageValidationFlag | Collection of flags which affect the way FIX message is validated |
CMonth | Defines all the months in the year |
CFutureBase::moving_init_t | |
CSession::MsgBatch< MsgType > | Message batch types |
CSession::MsgBatchHelper | |
CMsgBatchTraits< MsgType > | |
CMsgBatchTraits< Message > | |
CMulticastClient | Provides User Datagram Protocol (UDP) multicast mode network services |
CMutex | Protects a resources from simultaneous access by multiple threads |
CNumber | Helper class for conversion from string to number |
CPoolAllocatorBase | The base class for a custom pool allocator to provide a strategy to create/destroy items for the thread-safe pool |
►CPromiseBase | Base implementation of PromiseFuture<T> |
CProtocolVersion | FIX Protocol version |
CSession::ProxySettings | HTTP proxy settings |
CPtrTraits< T > | |
CRawMessage | Helper class to represent a raw FIX message |
CISessionStorage::RawMessagePointer | Pointer to the native (tag=value) FIX Message |
CReactorType | Network reactor type |
CSecureString | Immutable secure string |
CSecureStringBuilder | Editable secure string |
CSemaphore | Limits number of threads that can access shared resource simultaneously |
CSequenceNumberResetPolicy | Defines session sequence number reset policy |
CSession | FIX Session - a bi-directional stream of ordered messages between two parties within a continuous sequence number series |
►CSessionConnectionSettings | Collection of connection-related attributes for the session |
CSessionDuration | Specifies activity time frame for the session |
CSessionRole | Session role |
CSessionSchedule | Defines activity time frames for the session |
CSessionScheduler | Scheduler performs session connection maintenance according to the specified schedule for session activities |
CSessionSchedulerListener | SessionScheduler events notifications |
CSessionSchedulerOptions | Collection of miscellaneous parameters which affect session scheduler behavior |
CSessionSendMode | Session send mode |
CSessionState | Session state |
CSessionStorageType | Session Storage type |
CSocketOption | Socket option of the SOL_SOCKET level |
CStringRef | Provides efficient way of accessing text-based FIX field values |
CTagTraits | Tag traits |
CTcpClient | Provides client connections for TCP network services |
CThisThread | Exposes manipulations over current thread |
CThread | Manipulates a thread |
CThreadAffinity | Represents set of CPU indices |
CThreadingModel | The way in which the Engine will work with sockets |
CThreadSafePool | The thread-safe pool of objects by pointers |
CThreadSafeQueue | The thread-safe queue to send data from some thread(s) to another single thread |
CThreadSafeQueueResult | |
CTimeDetails | Time related constants |
CTimeOfDay | Represents time of day |
►CTimeSpan | Time span related functionality |
CTimeSpanFormat | Collection of time span formats supported |
CTimestamp | Timestamps related functionality |
CTimestampFormat | Collection of timestamp formats supported |
CValidFieldValue | Identifies attributes of a valid FIX field value |
►CValueBase | |
CVersion | Identifies version of the product |
CWarningReason | Warning reason |
CYearMonthDay | Year, month, day fields |