Class FinDekaFondsListBuilder

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

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

bool

MaxEntriesAllowed

True if the request parameter MaxNoEntries may be set.

public bool MaxEntriesAllowed { get; }

Property Value

bool

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 FinAcct

The ordering customers account information. This must refer to a valid securities portfolio of the customer.

nMaxNoEntries int

Optional max number of entries to return. Must only be specified when MaxEntriesAllowed is true. Must be zero, otherwise.

sScrollRef string

Optional scroll reference from a previous inquiry.

Returns

FinDekaFondsList

Initialised instance of FinDekaFondsList request that is ready to be executed.