Documentation ¶
Index ¶
- type Document
- type Exact4AlphaNumericText
- type GenericIdentification30
- type ISODate
- type ISODateTime
- type Max350Text
- type Max35Text
- type Max5NumericText
- type Max70Text
- type MessageHeader1
- type Pagination1
- type SecuritiesAccount19
- type SecuritiesAccountActivityAdviceV01
- type SecuritiesAccountReferenceDataChange2
- type SecuritiesAccountStatement2
- type SupplementaryData1
- type SupplementaryDataEnvelope1
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct {
SctiesAcctActvtyAdvc SecuritiesAccountActivityAdviceV01 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.035.001.01 SctiesAcctActvtyAdvc"`
}
type Exact4AlphaNumericText ¶
type Exact4AlphaNumericText string
Must match the pattern [a-zA-Z0-9]{4}
type GenericIdentification30 ¶
type GenericIdentification30 struct { Id Exact4AlphaNumericText `xml:"urn:iso:std:iso:20022:tech:xsd:reda.035.001.01 Id"` Issr Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:reda.035.001.01 Issr"` SchmeNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:reda.035.001.01 SchmeNm,omitempty"` }
type ISODateTime ¶
func (ISODateTime) MarshalText ¶
func (t ISODateTime) MarshalText() ([]byte, error)
func (*ISODateTime) UnmarshalText ¶
func (t *ISODateTime) UnmarshalText(text []byte) error
type MessageHeader1 ¶
type MessageHeader1 struct { MsgId Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:reda.035.001.01 MsgId"` CreDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:reda.035.001.01 CreDtTm,omitempty"` }
type Pagination1 ¶
type Pagination1 struct { PgNb Max5NumericText `xml:"urn:iso:std:iso:20022:tech:xsd:reda.035.001.01 PgNb"` LastPgInd bool `xml:"urn:iso:std:iso:20022:tech:xsd:reda.035.001.01 LastPgInd"` }
type SecuritiesAccount19 ¶
type SecuritiesAccount19 struct { Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:reda.035.001.01 Id"` Tp GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.035.001.01 Tp,omitempty"` Nm Max70Text `xml:"urn:iso:std:iso:20022:tech:xsd:reda.035.001.01 Nm,omitempty"` }
type SecuritiesAccountActivityAdviceV01 ¶
type SecuritiesAccountActivityAdviceV01 struct { MsgHdr MessageHeader1 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.035.001.01 MsgHdr,omitempty"` Pgntn Pagination1 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.035.001.01 Pgntn"` SctiesAcctActvty SecuritiesAccountStatement2 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.035.001.01 SctiesAcctActvty"` SplmtryData []SupplementaryData1 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.035.001.01 SplmtryData,omitempty"` }
type SecuritiesAccountReferenceDataChange2 ¶
type SecuritiesAccountReferenceDataChange2 struct { SctiesAcctId SecuritiesAccount19 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.035.001.01 SctiesAcctId"` FldNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:reda.035.001.01 FldNm"` OdFldVal Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:reda.035.001.01 OdFldVal"` NewFldVal Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:reda.035.001.01 NewFldVal"` OprTmStmp ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:reda.035.001.01 OprTmStmp"` }
type SecuritiesAccountStatement2 ¶
type SecuritiesAccountStatement2 struct { SysDt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:reda.035.001.01 SysDt"` Chng []SecuritiesAccountReferenceDataChange2 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.035.001.01 Chng,omitempty"` }
type SupplementaryData1 ¶
type SupplementaryData1 struct { PlcAndNm Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:reda.035.001.01 PlcAndNm,omitempty"` Envlp SupplementaryDataEnvelope1 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.035.001.01 Envlp"` }
type SupplementaryDataEnvelope1 ¶
type SupplementaryDataEnvelope1 struct {
Item string `xml:",any"`
}
Click to show internal directories.
Click to hide internal directories.