Class FinMailListOrder

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll
public class FinMailListOrder : FinOrder
Inheritance
FinMailListOrder
Inherited Members

Constructors

FinMailListOrder()

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

public FinMailListOrder()

FinMailListOrder(FinSegment)

public FinMailListOrder(FinSegment aOrderSegment)

Parameters

aOrderSegment FinSegment

Properties

Mails

Array of FinMail instances that have been received from the bank.

public FinMail[] Mails { get; }

Property Value

FinMail[]

Remarks

If the order has not been sent, yet, then this value will be null. If the order has been sent, then this value will always contain an array. However, the array may be empty if no data was returned.

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