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