Class FinFixedtermDepositInventory
Fixed term deposit inventory inquiry order (HKFGB)
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinFixedtermDepositInventory : FinOrder
Remarks
This class cannot be instantiated directly. Instead, it must be created through the Build(FinAcct, String, Boolean, Int32, String) method of the FinFixedtermDepositInventoryBuilder object.
Constructors
FinFixedtermDepositInventory()
This ctor shall only be used when loading a previously persisted instance of this class.
Declaration
public FinFixedtermDepositInventory()
FinFixedtermDepositInventory(FinSegment)
Declaration
public FinFixedtermDepositInventory(FinSegment aHKFGB)
Parameters
Type | Name | Description |
---|---|---|
FinSegment | aHKFGB |
Properties
FixedtermDeposits
Array of fixed term deposits that have been received.
Declaration
public FinFixedtermDepositInventoryResp[] FixedtermDeposits { get; }
Property Value
Type | Description |
---|---|
FinFixedtermDepositInventoryResp[] |
Remarks
If the order has not been sent, yet, then this value will be null
.
If the order has been sent, then this value will always contain an array.
However, the array may be empty if no data was returned.
Methods
InsertScrollRef(String)
Inserts scroll reference into order segment.
Declaration
protected override bool InsertScrollRef(string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
System.String | sScrollRef |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
OnExecuteComplete(FinDialog)
Processes all FinFixedtermDepositInventoryResp segments that have been received.
Declaration
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
Type | Name | Description |
---|---|---|
FinDialog | aDialog |