Class FinDocListBuilder

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

Builder for HKFDL.

public class FinDocListBuilder : FinOrderBuilder
Inheritance
FinDocListBuilder
Inherited Members

Constructors

FinDocListBuilder(FinContact)

public FinDocListBuilder(FinContact aContact)

Parameters

aContact FinContact

Properties

MaxEntriesAllowed

True if the request parameter MaxEntries may be set.

public bool MaxEntriesAllowed { get; }

Property Value

bool

StoragePeriodDays

Optionally the server may provide an indication of how many days documents are held available for download. Is zero, when this information is not available.

public int StoragePeriodDays { get; }

Property Value

int

Methods

Build(FinAcct, SwiftDate, SwiftDate, string, FinDocFormatInfo)

public FinDocListOrder Build(FinAcct aOrderAcct, SwiftDate tFromDate, SwiftDate tEndDate, string sDocType, FinDocFormatInfo aFormatInfo)

Parameters

aOrderAcct FinAcct

Mandatory account for which the document list shall be loaded.

tFromDate SwiftDate
tEndDate SwiftDate
sDocType string

Optional specification of the desired document types. This must be one of the DOCTYPE constant strings defined by the FinDoc class.

aFormatInfo FinDocFormatInfo

If the sDocType is DOCTYPE_FINANCEDATAFORMAT, then this may be used to further specify the desired financial data format. For any other document type, this should be null.

Returns

FinDocListOrder

See Also