Class EbicsOrderSTA
Specialized EbicsOrder for convenient MT-940 statement downloads (STA).
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.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsOrderSTA : EbicsOrderSwift
Remarks
This is surprisingly derived from EbicsOrderCamt, although it downloads data in SWIFT MT-940 format. However, it overrides CamtDocuments, providing CAMT data that is converted on-thy-fly from MT-940 to CAMT 053. Hence a client can always work with CAMT data, even when the bank supplies SWIFT MT-940 data.
Constructors
EbicsOrderSTA()
Constructs a STA order that gets all pending statement data.
Declaration
public EbicsOrderSTA()
Remarks
The constructed order will not have a DateRange parameter.
EbicsOrderSTA(DateTime)
Constructs a STA order that gets all statement data from the given start date up to today.
Declaration
public EbicsOrderSTA(DateTime tFrom)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | tFrom |
EbicsOrderSTA(DateTime, DateTime)
Constructs a STA order that gets the statement data of the requested date range.
Declaration
public EbicsOrderSTA(DateTime tFrom, DateTime tTo)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | tFrom | |
System.DateTime | tTo |
Methods
ConvertSwiftData(SwiftReader, ICollection<EbicsOrderCamtDocument>)
Declaration
protected override void ConvertSwiftData(SwiftReader aReader, ICollection<EbicsOrderCamtDocument> vCamtDocs)
Parameters
Type | Name | Description |
---|---|---|
SwiftReader | aReader | |
System.Collections.Generic.ICollection<EbicsOrderCamtDocument> | vCamtDocs |