Class FinDekaFondsList
A specialised FinOrder that encapsulates a Deka fonds list request (DKFAF) segment.
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 FinDekaFondsList : FinOrder
Constructors
FinDekaFondsList()
This ctor shall only be used when loading a previously persisted instance of this class.
Declaration
public FinDekaFondsList()
FinDekaFondsList(FinSegment)
Declaration
public FinDekaFondsList(FinSegment aDKFAF)
Parameters
Type | Name | Description |
---|---|---|
FinSegment | aDKFAF |
Properties
DekaFondsList
Declaration
public IList DekaFondsList { get; }
Property Value
Type | Description |
---|---|
System.Collections.IList |
Methods
InsertScrollRef(String)
Declaration
protected override bool InsertScrollRef(string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
System.String | sScrollRef |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
OnExecuteComplete(FinDialog)
Declaration
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
Type | Name | Description |
---|---|---|
FinDialog | aDialog |