Class FinDoc
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
sDocumentIDstringaFormatInfoFinDocFormatInfotReferenceTimestampDateTime
Fields
DOCTYPE_ACCOUNTSTATEMENT
public const string DOCTYPE_ACCOUNTSTATEMENT = "Kontoauszug"
Field Value
DOCTYPE_ASSETREPORT
public const string DOCTYPE_ASSETREPORT = "Vermögensbericht"
Field Value
DOCTYPE_FINANCEDATAFORMAT
public const string DOCTYPE_FINANCEDATAFORMAT = "Finanzdatenformat"
Field Value
DOCTYPE_GENERALINFORMATION
public const string DOCTYPE_GENERALINFORMATION = "Allgemeine Informationen"
Field Value
DOCTYPE_SECURITIESSETTLEMENTREPORT
public const string DOCTYPE_SECURITIESSETTLEMENTREPORT = "Wertpapierabrechnung"
Field Value
Properties
AdditionalInformation
public string AdditionalInformation { get; }
Property Value
DocumentData
public FinByteBuffer DocumentData { get; }
Property Value
DocumentID
public string DocumentID { get; }
Property Value
DocumentSize
The size of the document in bytes. If the size was not specified, then this is zero.
public int DocumentSize { get; }
Property Value
DocumentType
public string DocumentType { get; }
Property Value
FormatInfo
public FinDocFormatInfo FormatInfo { get; }
Property Value
ProvisionDate
public SwiftDate ProvisionDate { get; }
Property Value
ReferenceTimeStamp
public DateTime ReferenceTimeStamp { get; }
Property Value
Subject
public string Subject { get; }