Class FinDekaFondsList

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

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 FinSegment
aOrderAcct FinAcct

Properties

DekaFondsList

public IList DekaFondsList { get; }

Property Value

IList

Methods

InsertScrollRef(string)

protected override bool InsertScrollRef(string sScrollRef)

Parameters

sScrollRef string

Returns

bool

OnExecuteComplete(FinDialog)

protected override void OnExecuteComplete(FinDialog aDialog)

Parameters

aDialog FinDialog