Class FinDistOrderListBuilder

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

Builds an order to query the list of pending, distributed orders (HKBAZ, DKBAZ).

public class FinDistOrderListBuilder : FinOrderBuilder
Inheritance
FinDistOrderListBuilder
Inherited Members

Constructors

FinDistOrderListBuilder(FinContact)

public FinDistOrderListBuilder(FinContact aContact)

Parameters

aContact FinContact

Properties

AllAcctAllowed

True if all accounts may be requested in one order.

public bool AllAcctAllowed { get; }

Property Value

bool

DateRangeAllowed

True if a date range may be supplied in the request.

public bool DateRangeAllowed { get; }

Property Value

bool

MaxEntriesAllowed

True if the request parameter MaxEntries may be set.

public bool MaxEntriesAllowed { get; }

Property Value

bool

Methods

Build(FinAcct, bool, SwiftDate, SwiftDate, int)

public FinDistOrderList Build(FinAcct aOrderAcct, bool fAllAcct = false, SwiftDate tStartDate = default, SwiftDate tEndDate = default, int nMaxNoEntries = 0)

Parameters

aOrderAcct FinAcct
fAllAcct bool
tStartDate SwiftDate
tEndDate SwiftDate
nMaxNoEntries int

Returns

FinDistOrderList