Class FinDekaFondsListBuilder
Builder for Deka fonds list requests (DKFAF).
public class FinDekaFondsListBuilder : FinOrderBuilder
- Inheritance
-
FinDekaFondsListBuilder
- Inherited Members
Remarks
This class was previously implementing the segment type DKFDA which meanwhile was replaced by DKFAF. In order to not add another class, only implementation was changed.
Constructors
FinDekaFondsListBuilder(FinContact)
public FinDekaFondsListBuilder(FinContact aContact)
Parameters
aContact
FinContact
Properties
EmptyFondAcctsAllowed
True if empty fond accounts may be queried.
public bool EmptyFondAcctsAllowed { get; }
Property Value
MaxEntriesAllowed
True if the request parameter MaxNoEntries may be set.
public bool MaxEntriesAllowed { get; }
Property Value
Methods
Build(FinAcct, int, string)
Builds a fonds list request (DKFAF) from the given parameters.
public FinDekaFondsList Build(FinAcct aOrderAcct, int nMaxNoEntries, string sScrollRef)
Parameters
aOrderAcct
FinAcctThe ordering customers account information. This must refer to a valid securities portfolio of the customer.
nMaxNoEntries
intOptional max number of entries to return. Must only be specified when MaxEntriesAllowed is true. Must be zero, otherwise.
sScrollRef
stringOptional scroll reference from a previous inquiry.
Returns
- FinDekaFondsList
Initialised instance of FinDekaFondsList request that is ready to be executed.