Class FinDekaFondsListBuilder
Builder for Deka fonds list requests (DKFAF).
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 FinDekaFondsListBuilder : FinOrderBuilder
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)
Declaration
public FinDekaFondsListBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact |
Properties
EmptyFondAcctsAllowed
True if empty fond accounts may be queried.
Declaration
public bool EmptyFondAcctsAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxEntriesAllowed
True if the request parameter MaxNoEntries may be set.
Declaration
public bool MaxEntriesAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Build(FinAcct, Int32, String)
Builds a fonds list request (DKFAF) from the given parameters.
Declaration
public FinDekaFondsList Build(FinAcct aOrderAcct, int nMaxNoEntries, string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aOrderAcct | The ordering customers account information. This must refer to a valid securities portfolio of the customer. |
System.Int32 | nMaxNoEntries | Optional max number of entries to return. Must only be specified when MaxEntriesAllowed is true. Must be zero, otherwise. |
System.String | sScrollRef | Optional scroll reference from a previous inquiry. |
Returns
Type | Description |
---|---|
FinDekaFondsList | Initialised instance of FinDekaFondsList request that is ready to be executed. |