Class FinDistOrderList

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

Represents an order to query all pending distributed signature orders (HKBAZ, DKBAZ) and holds all it's responses (HIBAZ, DIBAZ).

public class FinDistOrderList : FinOrder
Inheritance
FinDistOrderList
Inherited Members

Constructors

FinDistOrderList()

This ctor shall only be used when loading a previously persisted instance of this class.

public FinDistOrderList()

FinDistOrderList(FinSegment, FinAcct)

public FinDistOrderList(FinSegment aOrderSegment, FinAcct aOrderAcct)

Parameters

aOrderSegment FinSegment
aOrderAcct FinAcct

Properties

OrderInfos

public FinDistOrderInfo[] OrderInfos { get; protected set; }

Property Value

FinDistOrderInfo[]

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