Class EbicsOrderSTA

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll

Specialized EbicsOrder for convenient MT-940 statement downloads (STA).

public class EbicsOrderSTA : EbicsOrderSwift
Inheritance
EbicsOrderSTA
Inherited Members

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.

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.

public EbicsOrderSTA(DateTime tFrom)

Parameters

tFrom DateTime

EbicsOrderSTA(DateTime, DateTime)

Constructs a STA order that gets the statement data of the requested date range.

public EbicsOrderSTA(DateTime tFrom, DateTime tTo)

Parameters

tFrom DateTime
tTo DateTime

Methods

ConvertSwiftData(SwiftReader, ICollection<EbicsOrderCamtDocument>)

protected override void ConvertSwiftData(SwiftReader aReader, ICollection<EbicsOrderCamtDocument> vCamtDocs)

Parameters

aReader SwiftReader
vCamtDocs ICollection<EbicsOrderCamtDocument>