Class FinDoc

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll
public class FinDoc
Inheritance
FinDoc
Inherited Members

Constructors

FinDoc(string, FinDocFormatInfo, DateTime)

Constructor for building a FinDoc instance for Build(FinAcct, FinDoc).

public FinDoc(string sDocumentID, FinDocFormatInfo aFormatInfo, DateTime tReferenceTimestamp)

Parameters

sDocumentID string
aFormatInfo FinDocFormatInfo
tReferenceTimestamp DateTime

Fields

DOCTYPE_ACCOUNTSTATEMENT

public const string DOCTYPE_ACCOUNTSTATEMENT = "Kontoauszug"

Field Value

string

DOCTYPE_ASSETREPORT

public const string DOCTYPE_ASSETREPORT = "Vermögensbericht"

Field Value

string

DOCTYPE_FINANCEDATAFORMAT

public const string DOCTYPE_FINANCEDATAFORMAT = "Finanzdatenformat"

Field Value

string

DOCTYPE_GENERALINFORMATION

public const string DOCTYPE_GENERALINFORMATION = "Allgemeine Informationen"

Field Value

string

DOCTYPE_SECURITIESSETTLEMENTREPORT

public const string DOCTYPE_SECURITIESSETTLEMENTREPORT = "Wertpapierabrechnung"

Field Value

string

Properties

AdditionalInformation

public string AdditionalInformation { get; }

Property Value

string

DocumentData

public FinByteBuffer DocumentData { get; }

Property Value

FinByteBuffer

DocumentID

public string DocumentID { get; }

Property Value

string

DocumentSize

The size of the document in bytes. If the size was not specified, then this is zero.

public int DocumentSize { get; }

Property Value

int

DocumentType

public string DocumentType { get; }

Property Value

string

FormatInfo

public FinDocFormatInfo FormatInfo { get; }

Property Value

FinDocFormatInfo

ProvisionDate

public SwiftDate ProvisionDate { get; }

Property Value

SwiftDate

ReferenceTimeStamp

public DateTime ReferenceTimeStamp { get; }

Property Value

DateTime

Subject

public string Subject { get; }

Property Value

string