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

#include <SMP.Classes.REPO_PLAIN_VANILLA.h>

Collaboration diagram for REPO_PLAIN_VANILLA:

Public Member Functions

 REPO_PLAIN_VANILLA ()
 
virtual ~REPO_PLAIN_VANILLA ()
 
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_PLAIN_VANILLAclone () const
 
virtual REPO_PLAIN_VANILLAclone (void *) const
 
- Public Member Functions inherited from Class
virtual ~Class ()
 
size_t getMaxMessageSize () const
 

Public Attributes

UInt32 vanillaId
 
std::string vanillaCode
 
std::string vanillaDesc
 
UInt32 startDateId
 
UInt32 endDateId
 
UInt32 sortNumber
 
TI_FLAG::Enum aCMFlag
 

Detailed Description

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

Constructor & Destructor Documentation

REPO_PLAIN_VANILLA ( )
inline

Definition at line 46 of file SMP.Classes.REPO_PLAIN_VANILLA.h.

virtual ~REPO_PLAIN_VANILLA ( )
inlinevirtual

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

Member Function Documentation

virtual REPO_PLAIN_VANILLA* clone ( ) const
virtual

Implements Class.

virtual REPO_PLAIN_VANILLA* 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_PLAIN_VANILLA.h.

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 89 of file SMP.Classes.REPO_PLAIN_VANILLA.h.

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

TI_FLAG::Enum aCMFlag

If TI_FLAG_Yes, then ACM trading modality is enabled on this Vanilla.

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

UInt32 endDateId

ID of the final value date.

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

UInt32 sortNumber

Vanilla sorting number.

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

UInt32 startDateId

ID of the initial value date.

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

std::string vanillaCode

Alphanumeric code of the Vanilla.

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

std::string vanillaDesc

Description of the Vanilla.

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

UInt32 vanillaId

Unique ID of the Vanilla.

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


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