Class: Quickfix::SideCollateralReinvestmentCurrencyCodeSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SideCollateralReinvestmentCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideCollateralReinvestmentCurrencyCodeSource
constructor
A new instance of SideCollateralReinvestmentCurrencyCodeSource.
Constructor Details
#initialize(data = nil) ⇒ SideCollateralReinvestmentCurrencyCodeSource
Returns a new instance of SideCollateralReinvestmentCurrencyCodeSource.
78968 78969 78970 78971 78972 78973 78974 |
# File 'lib/quickfix_fields.rb', line 78968 def initialize(data = nil) if( data == nil ) super(2932) else super(2932, data) end end |