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