Class: Quickfix::CollateralReinvestmentCurrencyCodeSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CollateralReinvestmentCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollateralReinvestmentCurrencyCodeSource
constructor
A new instance of CollateralReinvestmentCurrencyCodeSource.
Constructor Details
#initialize(data = nil) ⇒ CollateralReinvestmentCurrencyCodeSource
78955 78956 78957 78958 78959 78960 78961 |
# File 'lib/quickfix_fields.rb', line 78955 def initialize(data = nil) if( data == nil ) super(2931) else super(2931, data) end end |