Class FinDistOrderListBuilder
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
DateRangeAllowed
True if a date range may be supplied in the request.
public bool DateRangeAllowed { get; }
Property Value
MaxEntriesAllowed
True if the request parameter MaxEntries may be set.
public bool MaxEntriesAllowed { get; }
Property Value
Methods
Build(FinAcct, bool, SwiftDate, SwiftDate, int)
public FinDistOrderList Build(FinAcct aOrderAcct, bool fAllAcct = false, SwiftDate tStartDate = default, SwiftDate tEndDate = default, int nMaxNoEntries = 0)