#include <OnixS/MTS/BondVision/SDP/Classes/SMP.Classes.TI_UPLOAD.h>
Public Member Functions | |
TI_UPLOAD () | |
virtual | ~TI_UPLOAD () |
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 TI_UPLOAD * | clone () const |
virtual TI_UPLOAD * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | marketId |
UInt32 | sectionId |
UInt32 | uploadId |
UInt32 | uploadDate |
UInt64 | uploadTime |
UInt32 | referenceDate |
UInt16 | blockId |
std::string | uploadDescription |
UInt32 | expiryDate |
UInt32 | uploadLen |
UInt16 | numOfBlocks |
UInt16 | blockLen |
std::string | uploadBlock |
Definition at line 43 of file SMP.Classes.TI_UPLOAD.h.
|
inline |
Definition at line 46 of file SMP.Classes.TI_UPLOAD.h.
|
inlinevirtual |
Definition at line 52 of file SMP.Classes.TI_UPLOAD.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 107 of file SMP.Classes.TI_UPLOAD.h.
|
virtual |
Provides string presentation.
Implements Class.
UInt16 blockId |
Identifier of sequence block.
Definition at line 79 of file SMP.Classes.TI_UPLOAD.h.
UInt16 blockLen |
Size of Block.
Definition at line 94 of file SMP.Classes.TI_UPLOAD.h.
UInt32 expiryDate |
Expiry date of data.
Definition at line 85 of file SMP.Classes.TI_UPLOAD.h.
UInt32 marketId |
Unique ID of the market.
Definition at line 61 of file SMP.Classes.TI_UPLOAD.h.
UInt16 numOfBlocks |
Blocks number.
Definition at line 91 of file SMP.Classes.TI_UPLOAD.h.
UInt32 referenceDate |
Reference date.
Definition at line 76 of file SMP.Classes.TI_UPLOAD.h.
UInt32 sectionId |
Unique ID of the section.
Definition at line 64 of file SMP.Classes.TI_UPLOAD.h.
std::string uploadBlock |
Block content.
Definition at line 97 of file SMP.Classes.TI_UPLOAD.h.
UInt32 uploadDate |
Date of the upload operation.
Definition at line 70 of file SMP.Classes.TI_UPLOAD.h.
std::string uploadDescription |
Data description.
Definition at line 82 of file SMP.Classes.TI_UPLOAD.h.
UInt32 uploadId |
Unique ID of the upload file.
Definition at line 67 of file SMP.Classes.TI_UPLOAD.h.
UInt32 uploadLen |
Size of indexes file.
Definition at line 88 of file SMP.Classes.TI_UPLOAD.h.
UInt64 uploadTime |
Time of the upload operation.
Definition at line 73 of file SMP.Classes.TI_UPLOAD.h.