Class FinBuildingSavingsMvmts
Specialized order for building-savings account movements inquiries (DKBUM).
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 FinBuildingSavingsMvmts : FinOrder
Constructors
FinBuildingSavingsMvmts()
This ctor shall only be used when loading a previously persisted instance of this class.
Declaration
public FinBuildingSavingsMvmts()
FinBuildingSavingsMvmts(FinSegment)
Declaration
public FinBuildingSavingsMvmts(FinSegment aDKBUM)
Parameters
Type | Name | Description |
---|---|---|
FinSegment | aDKBUM |
Properties
BuildingSavingsMvmts
Declaration
public FinBuildingSavingsMvmt[] BuildingSavingsMvmts { get; }
Property Value
Type | Description |
---|---|
FinBuildingSavingsMvmt[] |
ClosingBalance
Declaration
public SwiftBalance ClosingBalance { get; }
Property Value
Type | Description |
---|---|
SwiftBalance |
ContractCurrency
Declaration
public string ContractCurrency { get; }
Property Value
Type | Description |
---|---|
System.String |
ContractNumber
Declaration
public string ContractNumber { get; }
Property Value
Type | Description |
---|---|
System.String |
OpeningBalance
Declaration
public SwiftBalance OpeningBalance { get; }
Property Value
Type | Description |
---|---|
SwiftBalance |
Methods
InsertScrollRef(String)
Declaration
protected override bool InsertScrollRef(string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
System.String | sScrollRef |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
OnExecuteComplete(FinDialog)
Declaration
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
Type | Name | Description |
---|---|---|
FinDialog | aDialog |