Class FinSepaModifySto
A specialised FinOrder that encapsulates a modify sepa standing order (HKCDN) segment and its response (HICDN) segment.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinSepaModifySto : FinOrder
Constructors
FinSepaModifySto()
This ctor shall only be used when loading a previously persisted instance of this class.
Declaration
public FinSepaModifySto()
FinSepaModifySto(FinSegment)
Declaration
public FinSepaModifySto(FinSegment aHKCDN)
Parameters
Type | Name | Description |
---|---|---|
FinSegment | aHKCDN |
Properties
OldOrderID
Provides the old Order ID from the returned HICDN segment.
Declaration
public string OldOrderID { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
OnExecuteComplete(FinDialog)
Declaration
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
Type | Name | Description |
---|---|---|
FinDialog | aDialog |