Class FinAcctStmtOrder

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

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 FinSegment
aOrderAcct FinAcct

FinAcctStmtOrder(FinSegment, FinAcct, FinAcknowledgeableBuilder)

public FinAcctStmtOrder(FinSegment aOrderSegment, FinAcct aOrderAcct, FinAcknowledgeableBuilder aBuilder)

Parameters

aOrderSegment FinSegment
aOrderAcct FinAcct
aBuilder FinAcknowledgeableBuilder

Properties

AcctStmts

All the account statements that have been received.

public FinAcctStmt[] AcctStmts { get; }

Property Value

FinAcctStmt[]

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

bool

OnExecuteComplete(FinDialog)

protected override void OnExecuteComplete(FinDialog aDialog)

Parameters

aDialog FinDialog