Class: Quickfix::SideCollateralCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SideCollateralCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideCollateralCurrency
constructor
A new instance of SideCollateralCurrency.
Constructor Details
#initialize(data = nil) ⇒ SideCollateralCurrency
75575 75576 75577 75578 75579 75580 75581 |
# File 'lib/quickfix_fields.rb', line 75575 def initialize(data = nil) if( data == nil ) super(2695) else super(2695, data) end end |