Class FinDekaFondsList
A specialised FinOrder that encapsulates a Deka fonds list request (DKFAF) segment.
public class FinDekaFondsList : FinOrder
- Inheritance
-
FinDekaFondsList
- Inherited Members
Constructors
FinDekaFondsList()
This ctor shall only be used when loading a previously persisted instance of this class.
public FinDekaFondsList()
FinDekaFondsList(FinSegment, FinAcct)
public FinDekaFondsList(FinSegment aDKFAF, FinAcct aOrderAcct)
Parameters
aDKFAF
FinSegmentaOrderAcct
FinAcct
Properties
DekaFondsList
public IList DekaFondsList { get; }
Property Value
Methods
InsertScrollRef(string)
protected override bool InsertScrollRef(string sScrollRef)
Parameters
sScrollRef
string
Returns
OnExecuteComplete(FinDialog)
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
aDialog
FinDialog