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

#include <SMP.Classes.REPO_RFCQ_SPREAD_CONFIGURATION.h>

Collaboration diagram for REPO_RFCQ_SPREAD_CONFIGURATION:

Public Member Functions

 REPO_RFCQ_SPREAD_CONFIGURATION ()
 
virtual ~REPO_RFCQ_SPREAD_CONFIGURATION ()
 
virtual ClassId::Enum id () const
 
size_t deserialize (const void *buf, size_t inLen)
 
virtual std::string toString () const
 
virtual size_t serializationBufSize () const
 
virtual REPO_RFCQ_SPREAD_CONFIGURATIONclone () const
 
virtual REPO_RFCQ_SPREAD_CONFIGURATIONclone (void *) const
 
- Public Member Functions inherited from Class
virtual ~Class ()
 
size_t getMaxMessageSize () const
 

Public Attributes

UInt32 submitterMemberId
 
UInt32 submitterTraderId
 
std::string submitterTraderName
 
UInt32 firstMemberId
 
UInt32 secondMemberId
 
UInt32 sectionId
 
UInt32 instrumentClassId
 
SInt32 bidFixedSpread
 
SInt32 askFixedSpread
 
SInt32 bidFloatingSpread
 
SInt32 askFloatingSpread
 
REPO_RFCQ_SPREAD_CONFIGURATION_EVENT::Enum event
 
REPO_RFCQ_SPREAD_CONFIGURATION_STATUS::Enum status
 
std::string userData
 
UInt32 creationDate
 
UInt64 creationTime
 
UInt32 updateDate
 
UInt64 updateTime
 

Detailed Description

Definition at line 43 of file SMP.Classes.REPO_RFCQ_SPREAD_CONFIGURATION.h.

Constructor & Destructor Documentation

virtual ~REPO_RFCQ_SPREAD_CONFIGURATION ( )
inlinevirtual

Definition at line 52 of file SMP.Classes.REPO_RFCQ_SPREAD_CONFIGURATION.h.

Member Function Documentation

virtual REPO_RFCQ_SPREAD_CONFIGURATION* clone ( ) const
virtual

Implements Class.

virtual REPO_RFCQ_SPREAD_CONFIGURATION* clone ( void *  ) const
virtual

Implements Class.

size_t deserialize ( const void *  buf,
size_t  inLen 
)
virtual ClassId::Enum id ( ) const
inlinevirtual

Class id.

Implements Class.

Definition at line 55 of file SMP.Classes.REPO_RFCQ_SPREAD_CONFIGURATION.h.

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 122 of file SMP.Classes.REPO_RFCQ_SPREAD_CONFIGURATION.h.

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

SInt32 askFixedSpread

Ask Spread value (applicable to a Fixed Rate) expressed as multiplier of the Min Rate Tick.

Definition at line 85 of file SMP.Classes.REPO_RFCQ_SPREAD_CONFIGURATION.h.

SInt32 askFloatingSpread

Ask Spread value (applicable to a Floating Rate) expressed as multiplier of the Min Spread Tick.

Definition at line 91 of file SMP.Classes.REPO_RFCQ_SPREAD_CONFIGURATION.h.

SInt32 bidFixedSpread

Bid Spread value (applicable to a Fixed Rate) expressed as multiplier of the Min Rate Tick.

Definition at line 82 of file SMP.Classes.REPO_RFCQ_SPREAD_CONFIGURATION.h.

SInt32 bidFloatingSpread

Bid Spread value (applicable to a Floating Rate) expressed as multiplier of the Min Spread Tick.

Definition at line 88 of file SMP.Classes.REPO_RFCQ_SPREAD_CONFIGURATION.h.

UInt32 creationDate

Creation date.

Definition at line 103 of file SMP.Classes.REPO_RFCQ_SPREAD_CONFIGURATION.h.

UInt64 creationTime

Creation time.

Definition at line 106 of file SMP.Classes.REPO_RFCQ_SPREAD_CONFIGURATION.h.

Action applied to the spread configuration.

Definition at line 94 of file SMP.Classes.REPO_RFCQ_SPREAD_CONFIGURATION.h.

UInt32 firstMemberId

Unique ID of the 1st member.

Definition at line 70 of file SMP.Classes.REPO_RFCQ_SPREAD_CONFIGURATION.h.

UInt32 instrumentClassId

Unique ID of the Instrument Class.

Definition at line 79 of file SMP.Classes.REPO_RFCQ_SPREAD_CONFIGURATION.h.

UInt32 secondMemberId

Unique ID of the 2nd member.

Definition at line 73 of file SMP.Classes.REPO_RFCQ_SPREAD_CONFIGURATION.h.

UInt32 sectionId

Unique ID of the section.

Definition at line 76 of file SMP.Classes.REPO_RFCQ_SPREAD_CONFIGURATION.h.

Specifies whether the spread configuration is active or deleted.

Definition at line 97 of file SMP.Classes.REPO_RFCQ_SPREAD_CONFIGURATION.h.

UInt32 submitterMemberId

Unique ID of the member who carried out the configuration.

Definition at line 61 of file SMP.Classes.REPO_RFCQ_SPREAD_CONFIGURATION.h.

UInt32 submitterTraderId

Unique ID of the trader who carried out the configuration.

Definition at line 64 of file SMP.Classes.REPO_RFCQ_SPREAD_CONFIGURATION.h.

std::string submitterTraderName

Unique name of the trader who carried out the configuration.

Definition at line 67 of file SMP.Classes.REPO_RFCQ_SPREAD_CONFIGURATION.h.

UInt32 updateDate

Last Update date.

Definition at line 109 of file SMP.Classes.REPO_RFCQ_SPREAD_CONFIGURATION.h.

UInt64 updateTime

Last update time.

Definition at line 112 of file SMP.Classes.REPO_RFCQ_SPREAD_CONFIGURATION.h.

std::string userData

Free field used by the client.

Definition at line 100 of file SMP.Classes.REPO_RFCQ_SPREAD_CONFIGURATION.h.


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