Class FinSepaAllSto
Specialised order class for downloading all sepa standing orders.
Inheritance
FinSepaAllSto
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinSepaAllSto : FinOrder
Constructors
FinSepaAllSto()
This ctor shall only be used when loading a previously persisted instance of this
class.
Declaration
FinSepaAllSto(FinSegment, FinAcct)
Declaration
public FinSepaAllSto(FinSegment aHKCDB, FinAcct aOrderAcct)
Parameters
Properties
AllSepaStos
Provides an array with all sepa standing orders that have been downloaded.
Declaration
public FinSepaSto[] AllSepaStos { get; }
Property Value
Methods
Declaration
protected override bool InsertScrollRef(string sScrollRef)
Parameters
Type |
Name |
Description |
string |
sScrollRef |
|
Returns
Overrides
OnExecuteComplete(FinDialog)
Process all received sepa standing order segments and prepare array for
AllSepaStos property.
Declaration
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
Overrides