Class FinDistOrderListBuilder
Builds an order to query the list of pending, distributed orders (HKBAZ, DKBAZ).
Inheritance
FinDistOrderListBuilder
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinDistOrderListBuilder : FinOrderBuilder
Constructors
Declaration
public FinDistOrderListBuilder(FinContact aContact)
Parameters
Properties
AllAcctAllowed
True if all accounts may be requested in one order.
Declaration
public bool AllAcctAllowed { get; }
Property Value
DateRangeAllowed
True if a date range may be supplied in the request.
Declaration
public bool DateRangeAllowed { get; }
Property Value
MaxEntriesAllowed
True if the request parameter MaxEntries may be set.
Declaration
public bool MaxEntriesAllowed { get; }
Property Value
Methods
Build(FinAcct, bool, SwiftDate, SwiftDate, int)
Declaration
public FinDistOrderList Build(FinAcct aOrderAcct, bool fAllAcct = false, SwiftDate tStartDate = default, SwiftDate tEndDate = default, int nMaxNoEntries = 0)
Parameters
Returns