▼NOnixS | |
►NCryptography | |
CBase64Encoding | BASE64 encoding service |
CCryptograph | Cryptography service |
CSecureString | Immutable secure string |
CSecureStringBuilder | Editable secure string |
►NFIX | |
►NCore | |
►NMessaging | |
►NFAST | |
CDecoder | Performs FAST to FIX decoding |
CEncoder | Encodes FIX messages into FAST representation |
CEventBasedDecoder | Performs FAST decoding using IDecodeListener to inform user about the decoding process |
CIDecodeListener | Decode session's listener |
CInputDataTraits | Characteristics of the input data stream for decoding |
►NSBE | |
CDecoder | Performs SBE to FIX decoding |
CEncoder | Encodes FIX messages into SBE representation |
CEventBasedDecoder | Performs SBE to FIX decoding |
CIDecodeListener | SBE decode session's listener |
►NScheduling | |
CAcceptorConnectionSettings | Session connection settings for session-acceptors |
CCounterparty | Collection of parameters required to establish connection with counterparty (session-acceptor) |
CDayOfWeek | Specifies day of the week |
CInitiatorConnectionSettings | Session connection settings for session-initiators |
CSequenceNumberResetPolicy | Defines session sequence number reset policy |
CSessionConnectionSettings | Collection of connection-related attributes for the session |
CSessionDuration | Specifies activity time frame for the session |
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 |
CTimeOfDay | Represents time of day |
►NTCPDirect | |
CAttributes | TCPDirect attributes to pass configuration details (a wrapper around the zf_Attributes struct) |
CStack | A high-level wrapper over the TCPDirect stack |
►NTCPStandard | |
CStack | A high-level wrapper over the TCP standard stack |
CConfirmationLogonMessageErrorException | First received message is an invalid Logon message |
CDaySpan | |
CDecimal | Decimal type for better precision |
CDictionary | Identifies FIX messages dictionary |
CEncryptionMethod | Defines encryption methods |
CEngine | FIX Engine |
CEngineErrorReason | Error reason |
CEngineSettings | FIX Engine settings |
CEngineWarningReason | Warning reason |
CErrorReason | Error reason |
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 |
CConstIterator | Constant iterator to iterate over all fields in the given FieldSet instance |
CFieldValueRef | Implements concept of a read-only reference to a FIX field value |
CFirstMessageNotLogonException | First received message is not a Logon (MsgType=A) FIX Message |
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 |
CConstIterator | Constant iterator to iterate over all group instances in the repeating group |
CFlatGroupInstance | Single instance of FIX Repeating Group |
►CFlatMessage | Provides access to FIX fields from a flat (tag=value) message |
CConstIterator | Constant iterator to iterate over all fields in the given FlatMessage instance |
►CGroup | Encapsulates operations over FIX Repeating Group |
CIterator | Mutable iterator to iterate over all group instances in the repeating group |
CGroupInstance | Single instance of FIX Repeating Group |
CHourSpan | Hour time span presentation |
CIEngineListener | Engine's Listener |
CISessionListener | Session's Listener |
CISessionReactor | Session's network stack reactor interface |
►CISessionStorage | Session's pluggable storage |
CISessionStorageListener | Session Storage listener that is used to replay messages |
CRawMessagePointer | Pointer to the native (tag=value) FIX Message |
CKnownFlatFieldKeys | Keys are constant during the serialized message lifetime |
CLinkErrorException | Telecommunication link error is detected after sending the initial Logon message |
►CMessage | Encapsulates operations over a FIX Message |
CMakeShallowCopy | |
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 |
CMicrosecondSpan | Microsecond time span presentation |
CMillisecondSpan | Millisecond time span presentation |
CMinuteSpan | Minute time span presentation |
CMonth | Defines all the months in the year |
CMsgBatchTraits | |
CMsgBatchTraits< Message > | |
CNanosecondSpan | Nanosecond time span presentation |
CNumber | Helper class for conversion from string to number |
CPicosecondSpan | Picosecond time span presentation |
CProtocolVersion | FIX Protocol version |
CRawMessage | Helper class to represent a raw FIX message |
CReactorType | Network reactor type |
CSecondSpan | Second time span presentation |
►CSession | FIX Session - a bi-directional stream of ordered messages between two parties within a continuous sequence number series |
CMsgBatch | Message batch types |
CMsgBatchHelper | |
CProxySettings | HTTP proxy settings |
CSessionRole | Session role |
CSessionSendMode | Session send mode |
CSessionState | Session state |
CSessionStorageType | Session Storage type |
CStringRef | Provides efficient way of accessing text-based FIX field values |
CTagTraits | Tag traits |
CThreadingModel | The way in which the Engine will work with sockets |
CTimeDetails | Time related constants |
CTimeoutException | Timeout is occurred after sending the initial Logon message |
CTimeSpan | Time span related functionality |
CTimeSpanFormat | Collection of time span formats supported |
CTimestamp | Timestamps related functionality |
CTimestampFormat | Collection of timestamp formats supported |
CUnexpectedSequenceNumberException | First received message is a Logon message with wrong sequence number |
CValidationException | Message validation is failed |
CValidFieldValue | Identifies attributes of a valid FIX field value |
CVersion | Identifies version of the product |
CWarningReason | Warning reason |
CYearMonthDay | Year, month, day fields |
►NSockets | |
CMulticastClient | Provides User Datagram Protocol (UDP) multicast mode network services |
CSocketOption | Socket option of the SOL_SOCKET level |
CTcpClient | Provides client connections for TCP network services |
►NThreading | |
►NImplementation | |
►CFutureBase | Base implementation of SharedFuture<T> |
Cmoving_init_t | |
CFutureGetReturn | |
CFutureGetReturn< void > | |
CFutureValue | Implementation details |
CPromiseBase | Base implementation of PromiseFuture<T> |
CValue | Implementation details |
CValueBase | |
CCondition | Condition variable - a synchronization objects that allows threads to wait for certain events (conditions) to occur |
CFutureStatus | State of a SharedFuture object (similar to std::future_status, |
CGuard | Performs automatic acquisition and release of synchronization object |
CItemBase | The base class for custom items which can be stored in thread-safe containers |
CMutex | Protects a resources from simultaneous access by multiple threads |
CPoolAllocatorBase | The base class for a custom pool allocator to provide a strategy to create/destroy items for the thread-safe pool |
CPromise | Provides a facility to store a value or an exception that can be acquired asynchronously via a SharedFuture object created by the Promise object |
CPromise< void > | |
CSemaphore | Limits number of threads that can access shared resource simultaneously |
CSharedFuture | Represents a future result of an asynchronous operation - a result that will eventually appear in the Future after the processing is complete |
CThisThread | Exposes manipulations over current thread |
CThread | Manipulates a thread |
CThreadAffinity | Represents set of CPU indices |
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 | |
CPtrTraits | |
▼Nstd | STL namespace |
Cless< OnixS::FIX::StringRef > | Allows using of StringRef in collections like std::map |