Class FinDocListOrder

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

Order to obtain a list of available documents via HKFDL (or XKDOB). Must be created through the FinDocListBuilder.

public class FinDocListOrder : FinOrder
Inheritance
FinDocListOrder
Inherited Members

Constructors

FinDocListOrder(FinSegment, FinAcct)

public FinDocListOrder(FinSegment aHKFDL, FinAcct aOrderAcct)

Parameters

aHKFDL FinSegment
aOrderAcct FinAcct

Properties

Documents

public FinDoc[] Documents { get; }

Property Value

FinDoc[]

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

See Also