Class FinSepaModifyOrder

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

Generic class for all SEPA modification orders that return an old and a new order ID.

public class FinSepaModifyOrder : FinSepaOrder
Inheritance
FinSepaModifyOrder
Derived
Inherited Members

Constructors

FinSepaModifyOrder()

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

public FinSepaModifyOrder()

FinSepaModifyOrder(FinSegment, FinAcct)

public FinSepaModifyOrder(FinSegment aOrderSegment, FinAcct aOrderAcct)

Parameters

aOrderSegment FinSegment
aOrderAcct FinAcct

Properties

OldOrderID

Provides the old Order ID from the returned segment.

public string OldOrderID { get; }

Property Value

string

Methods

OnExecuteComplete(FinDialog)

protected override void OnExecuteComplete(FinDialog aDialog)

Parameters

aDialog FinDialog