Class FinAcctDetailsOrder
A account details request order.
public class FinAcctDetailsOrder : FinOrder
- Inheritance
-
FinAcctDetailsOrder
- Inherited Members
Constructors
FinAcctDetailsOrder()
This ctor shall only be used when loading a previously persisted instance of this class.
public FinAcctDetailsOrder()
FinAcctDetailsOrder(FinSegment, FinAcct)
public FinAcctDetailsOrder(FinSegment aHKKIF, FinAcct aOrderAcct)
Parameters
aHKKIFFinSegmentaOrderAcctFinAcct
Properties
AcctDetails
Array of account details from the order response.
public FinAcctDetails[] AcctDetails { get; }
Property Value
Remarks
If the order has not been sent, yet, then this value will be null. If the
order has been successfully sent, then this value will always contain an array.
However, the array may be empty if no account details were returned.
Methods
InsertScrollRef(string)
Inserts scroll reference into order segment.
protected override bool InsertScrollRef(string sScrollRef)
Parameters
sScrollRefstring
Returns
OnExecuteComplete(FinDialog)
Processes all HIKIF segments that have been received.
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
aDialogFinDialog