Class FinAcctBal
Account balance inquiry order. (HKSAL)
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 FinAcctBal : FinOrder
Remarks
This class should not be instantiated directly. Instead, it should be created through the Build(FinAcct, Boolean) method of the FinAcctBalBuilder.
Constructors
FinAcctBal()
This ctor shall only be used when loading a previously persisted instance of this class.
Declaration
public FinAcctBal()
FinAcctBal(FinSegment)
Declaration
public FinAcctBal(FinSegment aHKSAL)
Parameters
Type | Name | Description |
---|---|---|
FinSegment | aHKSAL |
Properties
AcctBals
Array of account balances that have been returned.
Declaration
public FinAcctBalResp[] AcctBals { get; }
Property Value
Type | Description |
---|---|
FinAcctBalResp[] |
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 balance 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 HISAL segments that have been received.
Declaration
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
Type | Name | Description |
---|---|---|
FinDialog | aDialog |