LUSID C# SDK
|
A structure used to describe the structure of an order or orders that make up a non-trivial trade. More...
Public Member Functions | |
Package (ResourceId id=default(ResourceId), List< ResourceId > orderIds=default(List< ResourceId >), List< ResourceId > orderInstructionIds=default(List< ResourceId >), Dictionary< string, PerpetualProperty > properties=default(Dictionary< string, PerpetualProperty >), ModelVersion varVersion=default(ModelVersion), List< Link > links=default(List< Link >)) | |
Initializes a new instance of the Package class. More... | |
override string | ToString () |
Returns the string presentation of the object More... | |
virtual string | ToJson () |
Returns the JSON string presentation of the object More... | |
override bool | Equals (object input) |
Returns true if objects are equal More... | |
bool | Equals (Package input) |
Returns true if Package instances are equal More... | |
override int | GetHashCode () |
Gets the hash code More... | |
Protected Member Functions | |
Package () | |
Initializes a new instance of the Package class. More... | |
Properties | |
ResourceId | Id [get, set] |
Gets or Sets Id More... | |
List< ResourceId > | OrderIds [get, set] |
Related order ids. More... | |
List< ResourceId > | OrderInstructionIds [get, set] |
Related order instruction ids. More... | |
Dictionary< string, PerpetualProperty > | Properties [get, set] |
Client-defined properties associated with this execution. More... | |
ModelVersion | VarVersion [get, set] |
Gets or Sets VarVersion More... | |
List< Link > | Links [get, set] |
Gets or Sets Links More... | |
A structure used to describe the structure of an order or orders that make up a non-trivial trade.
|
inlineprotected |
Initializes a new instance of the Package class.
|
inline |
Initializes a new instance of the Package class.
id | id (required). |
orderIds | Related order ids. (required). |
orderInstructionIds | Related order instruction ids. (required). |
properties | Client-defined properties associated with this execution.. |
varVersion | varVersion. |
links | links. |
|
inline |
Returns true if objects are equal
input | Object to be compared |
|
inline |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
Gets or Sets Id
|
getset |
Gets or Sets Links
|
getset |
Related order ids.
Related order ids.
|
getset |
Related order instruction ids.
Related order instruction ids.
|
getset |
Client-defined properties associated with this execution.
Client-defined properties associated with this execution.
|
getset |
Gets or Sets VarVersion