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

#include <SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h>

Collaboration diagram for REPO_OPEN_TRADE_PRICE_PREVIEW:

Public Member Functions

 REPO_OPEN_TRADE_PRICE_PREVIEW ()
 
virtual ~REPO_OPEN_TRADE_PRICE_PREVIEW ()
 
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_OPEN_TRADE_PRICE_PREVIEWclone () const
 
virtual REPO_OPEN_TRADE_PRICE_PREVIEWclone (void *) const
 
- Public Member Functions inherited from Class
virtual ~Class ()
 
size_t getMaxMessageSize () const
 

Public Attributes

UInt32 pricePreviewId
 
UInt32 openTradeId
 
UInt32 openTradeDate
 
Double rate
 
TI_FLAG::Enum rateFg
 
Double qty
 
UInt32 endDate
 
Double repoInterest
 
Double terminationCountervalue
 
std::string userData
 

Detailed Description

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

Constructor & Destructor Documentation

virtual ~REPO_OPEN_TRADE_PRICE_PREVIEW ( )
inlinevirtual

Definition at line 51 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.

Member Function Documentation

virtual REPO_OPEN_TRADE_PRICE_PREVIEW* clone ( ) const
virtual

Implements Class.

virtual REPO_OPEN_TRADE_PRICE_PREVIEW* 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 54 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

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

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

UInt32 endDate

Closure Date of the Open Trade.

Definition at line 78 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.

UInt32 openTradeDate

Creation Date of the Open Trade.

Definition at line 66 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.

UInt32 openTradeId

Unique ID of the Open Trade.

Definition at line 63 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.

UInt32 pricePreviewId

ID of the preview request.

Definition at line 60 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.

Double qty

Quantity.

Definition at line 75 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.

Double rate

Rate.

Definition at line 69 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.

TI_FLAG::Enum rateFg

If set to Yes, indicates the Rate field is not empty.

Definition at line 72 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.

Double repoInterest

Repo Interest.

Definition at line 81 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.

Double terminationCountervalue

Termination Countervalue.

Definition at line 84 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.

std::string userData

Free field used by the client.

Definition at line 87 of file SMP.Classes.REPO_OPEN_TRADE_PRICE_PREVIEW.h.


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