Class FinAcctStmtOrder
Specialized order for account statement downloads (HKKAU, HKEKA, HKEKP, HKECA, and DKKKA).
public class FinAcctStmtOrder : FinOrder
- Inheritance
-
FinAcctStmtOrder
- Inherited Members
Constructors
FinAcctStmtOrder()
This ctor shall only be used when loading a previously persisted instance of this class.
public FinAcctStmtOrder()
FinAcctStmtOrder(FinSegment, FinAcct)
public FinAcctStmtOrder(FinSegment aOrderSegment, FinAcct aOrderAcct)
Parameters
aOrderSegment
FinSegmentaOrderAcct
FinAcct
FinAcctStmtOrder(FinSegment, FinAcct, FinAcknowledgeableBuilder)
public FinAcctStmtOrder(FinSegment aOrderSegment, FinAcct aOrderAcct, FinAcknowledgeableBuilder aBuilder)
Parameters
aOrderSegment
FinSegmentaOrderAcct
FinAcctaBuilder
FinAcknowledgeableBuilder
Properties
AcctStmts
All the account statements that have been received.
public FinAcctStmt[] AcctStmts { 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 data was returned.
Methods
InsertScrollRef(string)
protected override bool InsertScrollRef(string sScrollRef)
Parameters
sScrollRef
string
Returns
OnExecuteComplete(FinDialog)
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
aDialog
FinDialog