• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    Class EbicsOrderVMK

    Specialized EbicsOrder for convenient download of a MT-942 interim transaction report (VMK).

    Inheritance
    System.Object
    EbicsOrder
    EbicsOrderCamt
    EbicsOrderSwift
    EbicsOrderVMK
    Inherited Members
    EbicsOrderSwift.CamtDocuments
    EbicsOrderCamt.CreateOrderC52(String, DateTime)
    EbicsOrderCamt.GetOrderTypesC52()
    EbicsOrderCamt.CreateOrderC53(String, DateTime, DateTime)
    EbicsOrderCamt.GetOrderTypesC53()
    EbicsOrderCamt.CreateOrderC54(String, DateTime)
    EbicsOrderCamt.GetOrderTypesC54()
    EbicsOrder.CreateNextOrderID()
    EbicsOrder.Service
    EbicsOrder.OrderType
    EbicsOrder.AdminOrderType
    EbicsOrder.Upload
    EbicsOrder.TransferType
    EbicsOrder.OrderID
    EbicsOrder.OrderAttribute
    EbicsOrder.OrderParams
    EbicsOrder.AdditionalOrderInfo
    EbicsOrder.AuthorisationLevel
    EbicsOrder.OrderSignatures
    EbicsOrder.OrderData
    EbicsOrder.TechnicalReturnCode
    EbicsOrder.BusinessReturnCode
    EbicsOrder.Success
    EbicsOrder.SuccessOrNoData
    EbicsOrder.ErrorClass
    EbicsOrder.Transaction
    EbicsOrder.TransactionTraceText
    EbicsOrder.TransactionID
    EbicsOrder.TransactionState
    EbicsOrder.Sign(EbicsContact, IEbicsSecurityMedium)
    EbicsOrder.ProcessResponseOrderData(EbicsVersion)
    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 EbicsOrderVMK : EbicsOrderSwift
    Remarks

    This is surprisingly derived from EbicsOrderCamt, although it downloads data in SWIFT MT-942 format. However, it overrides CamtDocuments, providing CAMT data that is converted on-thy-fly from MT-942 to CAMT 052. Hence a client can always work with CAMT data, even when the bank supplies SWIFT MT-942 data.

    Constructors

    EbicsOrderVMK()

    Constructs a VMK order that downloads the interim transaction report.

    Declaration
    public EbicsOrderVMK()
    Remarks

    The constructed order will not have a DateRange parameter.

    EbicsOrderVMK(DateTime)

    Constructs a VMK order that gets the interim transaction report from the given start date up to today.

    Declaration
    public EbicsOrderVMK(DateTime tFrom)
    Parameters
    Type Name Description
    System.DateTime tFrom

    EbicsOrderVMK(DateTime, DateTime)

    Constructs a VMK order that gets the interim transaction report of the requested date range.

    Declaration
    public EbicsOrderVMK(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
    Overrides
    EbicsOrderSwift.ConvertSwiftData(SwiftReader, ICollection<EbicsOrderCamtDocument>)
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH