OnixS C++ MTS Repo SDP Handler  1.3.2.8
API documentation
REPO_SUBCONTRACT Class Reference

#include <SMP.Substructures.REPO_SUBCONTRACT.h>

Collaboration diagram for REPO_SUBCONTRACT:

Public Member Functions

 REPO_SUBCONTRACT ()
 
 ~REPO_SUBCONTRACT ()
 
size_t deserialize (const void *buf, size_t inLen)
 
std::string toString () const
 
size_t serializationBufSize () const
 
size_t serialize (void *buf) const
 

Public Attributes

UInt32 instrumentId
 
TI_INSTRUMENT_TYPE::Enum instrumentType
 
Double qty
 
UInt32 accountId
 
REPO_CLIENT_IDENTIFICATION_INFO clientIdentificationInfo
 

Detailed Description

Definition at line 43 of file SMP.Substructures.REPO_SUBCONTRACT.h.

Constructor & Destructor Documentation

REPO_SUBCONTRACT ( )
inline

Definition at line 46 of file SMP.Substructures.REPO_SUBCONTRACT.h.

~REPO_SUBCONTRACT ( )
inline

Definition at line 50 of file SMP.Substructures.REPO_SUBCONTRACT.h.

Member Function Documentation

size_t deserialize ( const void *  buf,
size_t  inLen 
)
size_t serializationBufSize ( ) const
inline

Definition at line 75 of file SMP.Substructures.REPO_SUBCONTRACT.h.

size_t serialize ( void *  buf) const
std::string toString ( ) const

Provides string presentation.

Member Data Documentation

UInt32 accountId

Unique ID of he account.

Definition at line 62 of file SMP.Substructures.REPO_SUBCONTRACT.h.

REPO_CLIENT_IDENTIFICATION_INFO clientIdentificationInfo

Client Identification Info.

Definition at line 65 of file SMP.Substructures.REPO_SUBCONTRACT.h.

UInt32 instrumentId

Unique ID of the instrument.

Definition at line 53 of file SMP.Substructures.REPO_SUBCONTRACT.h.

TI_INSTRUMENT_TYPE::Enum instrumentType

Type of the instrument.

Definition at line 56 of file SMP.Substructures.REPO_SUBCONTRACT.h.

Double qty

Quantity.

Definition at line 59 of file SMP.Substructures.REPO_SUBCONTRACT.h.


The documentation for this class was generated from the following file: