|
LUSID C# SDK
|
TransactionConfigurationMovementData More...

Public Types | |
| enum | MovementTypesEnum { MovementTypesEnum.Settlement = 1, MovementTypesEnum.Traded = 2, MovementTypesEnum.StockMovement = 3, MovementTypesEnum.FutureCash = 4, MovementTypesEnum.Commitment = 5, MovementTypesEnum.Receivable = 6, MovementTypesEnum.CashSettlement = 7, MovementTypesEnum.CashForward = 8, MovementTypesEnum.CashCommitment = 9, MovementTypesEnum.CashReceivable = 10, MovementTypesEnum.Accrual = 11, MovementTypesEnum.CashAccrual = 12, MovementTypesEnum.ForwardFx = 13, MovementTypesEnum.CashFxForward = 14, MovementTypesEnum.UnsettledCashTypes = 15, MovementTypesEnum.Carry = 16, MovementTypesEnum.CarryAsPnl = 17 } |
| . The available values are: Settlement, Traded, StockMovement, FutureCash, Commitment, Receivable, CashSettlement, CashForward, CashCommitment, CashReceivable, Accrual, CashAccrual, ForwardFx, CashFxForward, UnsettledCashTypes, Carry, CarryAsPnl More... | |
Public Member Functions | |
| TransactionConfigurationMovementData (MovementTypesEnum movementTypes=default(MovementTypesEnum), string side=default(string), int direction=default(int), Dictionary< string, PerpetualProperty > properties=default(Dictionary< string, PerpetualProperty >), List< TransactionPropertyMapping > mappings=default(List< TransactionPropertyMapping >), string name=default(string)) | |
| Initializes a new instance of the TransactionConfigurationMovementData 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 (TransactionConfigurationMovementData input) |
| Returns true if TransactionConfigurationMovementData instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| TransactionConfigurationMovementData () | |
| Initializes a new instance of the TransactionConfigurationMovementData class. More... | |
Properties | |
| MovementTypesEnum | MovementTypes [get, set] |
| . The available values are: Settlement, Traded, StockMovement, FutureCash, Commitment, Receivable, CashSettlement, CashForward, CashCommitment, CashReceivable, Accrual, CashAccrual, ForwardFx, CashFxForward, UnsettledCashTypes, Carry, CarryAsPnl More... | |
| string | Side [get, set] |
| The movement side More... | |
| int | Direction [get, set] |
| The movement direction More... | |
| Dictionary< string, PerpetualProperty > | Properties [get, set] |
| The properties associated with the underlying Movement. More... | |
| List< TransactionPropertyMapping > | Mappings [get, set] |
| This allows you to map a transaction property to a property on the underlying holding. More... | |
| string | Name [get, set] |
| The movement name (optional) More... | |
. The available values are: Settlement, Traded, StockMovement, FutureCash, Commitment, Receivable, CashSettlement, CashForward, CashCommitment, CashReceivable, Accrual, CashAccrual, ForwardFx, CashFxForward, UnsettledCashTypes, Carry, CarryAsPnl
. The available values are: Settlement, Traded, StockMovement, FutureCash, Commitment, Receivable, CashSettlement, CashForward, CashCommitment, CashReceivable, Accrual, CashAccrual, ForwardFx, CashFxForward, UnsettledCashTypes, Carry, CarryAsPnl
|
inlineprotected |
Initializes a new instance of the TransactionConfigurationMovementData class.
|
inline |
Initializes a new instance of the TransactionConfigurationMovementData class.
| movementTypes | . The available values are: Settlement, Traded, StockMovement, FutureCash, Commitment, Receivable, CashSettlement, CashForward, CashCommitment, CashReceivable, Accrual, CashAccrual, ForwardFx, CashFxForward, UnsettledCashTypes, Carry, CarryAsPnl (required). |
| side | The movement side (required). |
| direction | The movement direction (required). |
| properties | The properties associated with the underlying Movement.. |
| mappings | This allows you to map a transaction property to a property on the underlying holding.. |
| name | The movement name (optional). |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if TransactionConfigurationMovementData instances are equal
| input | Instance of TransactionConfigurationMovementData to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
The movement direction
The movement direction
|
getset |
This allows you to map a transaction property to a property on the underlying holding.
This allows you to map a transaction property to a property on the underlying holding.
|
getset |
. The available values are: Settlement, Traded, StockMovement, FutureCash, Commitment, Receivable, CashSettlement, CashForward, CashCommitment, CashReceivable, Accrual, CashAccrual, ForwardFx, CashFxForward, UnsettledCashTypes, Carry, CarryAsPnl
. The available values are: Settlement, Traded, StockMovement, FutureCash, Commitment, Receivable, CashSettlement, CashForward, CashCommitment, CashReceivable, Accrual, CashAccrual, ForwardFx, CashFxForward, UnsettledCashTypes, Carry, CarryAsPnl
|
getset |
The movement name (optional)
The movement name (optional)
|
getset |
The properties associated with the underlying Movement.
The properties associated with the underlying Movement.
|
getset |
The movement side
The movement side
1.8.13