Class FinSepaSetupSto
A specialised FinOrder that encapsulates a sepa setup standing order (HKCDE) segment and its response (HICDE) 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 FinSepaSetupSto : FinOrder
Constructors
FinSepaSetupSto()
This ctor shall only be used when loading a previously persisted instance of this class.
Declaration
public FinSepaSetupSto()
FinSepaSetupSto(FinSegment)
Declaration
public FinSepaSetupSto(FinSegment aHKCDE)
Parameters
Type | Name | Description |
---|---|---|
FinSegment | aHKCDE |
Methods
OnExecuteComplete(FinDialog)
Declaration
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
Type | Name | Description |
---|---|---|
FinDialog | aDialog |