Documentation ¶
Index ¶
- type ActiveOrHistoricCurrencyCode
- type CurrencyCriteriaDefinition1Choice
- type CurrencyExchangeCriteria2
- type CurrencyExchangeSearchCriteria1
- type CurrencyQueryDefinition3
- type Document
- type GetCurrencyExchangeRateV04
- type ISODateTime
- type Max350Text
- type Max35Text
- type MessageHeader1
- type QueryType2Code
- type SupplementaryData1
- type SupplementaryDataEnvelope1
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveOrHistoricCurrencyCode ¶
type ActiveOrHistoricCurrencyCode string
Must match the pattern [A-Z]{3,3}
type CurrencyCriteriaDefinition1Choice ¶
type CurrencyCriteriaDefinition1Choice struct { QryNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.016.001.04 QryNm,omitempty"` NewCrit CurrencyExchangeCriteria2 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.016.001.04 NewCrit,omitempty"` }
type CurrencyExchangeCriteria2 ¶
type CurrencyExchangeCriteria2 struct { NewQryNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.016.001.04 NewQryNm,omitempty"` SchCrit []CurrencyExchangeSearchCriteria1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.016.001.04 SchCrit"` }
type CurrencyExchangeSearchCriteria1 ¶
type CurrencyExchangeSearchCriteria1 struct { SrcCcy ActiveOrHistoricCurrencyCode `xml:"urn:iso:std:iso:20022:tech:xsd:camt.016.001.04 SrcCcy"` TrgtCcy ActiveOrHistoricCurrencyCode `xml:"urn:iso:std:iso:20022:tech:xsd:camt.016.001.04 TrgtCcy"` }
type CurrencyQueryDefinition3 ¶
type CurrencyQueryDefinition3 struct { QryTp QueryType2Code `xml:"urn:iso:std:iso:20022:tech:xsd:camt.016.001.04 QryTp,omitempty"` CcyCrit CurrencyCriteriaDefinition1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.016.001.04 CcyCrit,omitempty"` }
type Document ¶
type Document struct {
GetCcyXchgRate GetCurrencyExchangeRateV04 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.016.001.04 GetCcyXchgRate"`
}
type GetCurrencyExchangeRateV04 ¶
type GetCurrencyExchangeRateV04 struct { MsgHdr MessageHeader1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.016.001.04 MsgHdr"` CcyQryDef CurrencyQueryDefinition3 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.016.001.04 CcyQryDef,omitempty"` SplmtryData []SupplementaryData1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.016.001.04 SplmtryData,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:camt.016.001.04 MsgId"` CreDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:camt.016.001.04 CreDtTm,omitempty"` }
type SupplementaryData1 ¶
type SupplementaryData1 struct { PlcAndNm Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.016.001.04 PlcAndNm,omitempty"` Envlp SupplementaryDataEnvelope1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.016.001.04 Envlp"` }
type SupplementaryDataEnvelope1 ¶
type SupplementaryDataEnvelope1 struct {
Item string `xml:",any"`
}
Click to show internal directories.
Click to hide internal directories.