Documentation
¶
Index ¶
- type DatePeriod2
- type DatePeriodSearch1Choice
- type Document
- type Exact4AlphaNumericText
- type GenericIdentification30
- type ISODate
- type ISODateTime
- type Max35Text
- type Max70Text
- type Max350Text
- type MessageHeader1
- type SecuritiesAccount19
- type SecuritiesAccountAuditTrailQueryV01
- type SecuritiesAccountAuditTrailSearchCriteria3
- type SupplementaryData1
- type SupplementaryDataEnvelope1
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DatePeriod2 ¶
type DatePeriodSearch1Choice ¶
type DatePeriodSearch1Choice struct {
FrDt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:reda.036.001.01 FrDt,omitempty"`
ToDt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:reda.036.001.01 ToDt,omitempty"`
FrToDt DatePeriod2 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.036.001.01 FrToDt,omitempty"`
EQDt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:reda.036.001.01 EQDt,omitempty"`
NEQDt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:reda.036.001.01 NEQDt,omitempty"`
}
type Document ¶
type Document struct {
SctiesAcctAudtTrlQry SecuritiesAccountAuditTrailQueryV01 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.036.001.01 SctiesAcctAudtTrlQry"`
}
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.036.001.01 Id"`
Issr Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:reda.036.001.01 Issr"`
SchmeNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:reda.036.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.036.001.01 MsgId"`
CreDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:reda.036.001.01 CreDtTm,omitempty"`
}
type SecuritiesAccount19 ¶
type SecuritiesAccount19 struct {
Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:reda.036.001.01 Id"`
Tp GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.036.001.01 Tp,omitempty"`
Nm Max70Text `xml:"urn:iso:std:iso:20022:tech:xsd:reda.036.001.01 Nm,omitempty"`
}
type SecuritiesAccountAuditTrailQueryV01 ¶
type SecuritiesAccountAuditTrailQueryV01 struct {
MsgHdr MessageHeader1 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.036.001.01 MsgHdr,omitempty"`
SchCrit SecuritiesAccountAuditTrailSearchCriteria3 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.036.001.01 SchCrit"`
SplmtryData []SupplementaryData1 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.036.001.01 SplmtryData,omitempty"`
}
type SecuritiesAccountAuditTrailSearchCriteria3 ¶
type SecuritiesAccountAuditTrailSearchCriteria3 struct {
SctiesAcctId SecuritiesAccount19 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.036.001.01 SctiesAcctId,omitempty"`
DtPrd DatePeriodSearch1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:reda.036.001.01 DtPrd,omitempty"`
}
type SupplementaryData1 ¶
type SupplementaryData1 struct {
PlcAndNm Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:reda.036.001.01 PlcAndNm,omitempty"`
Envlp SupplementaryDataEnvelope1 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.036.001.01 Envlp"`
}
type SupplementaryDataEnvelope1 ¶
type SupplementaryDataEnvelope1 struct {
Item string `xml:",any"`
}
Click to show internal directories.
Click to hide internal directories.