Class: Quickfix::SideCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SideCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideCurrency
constructor
A new instance of SideCurrency.
Constructor Details
#initialize(data = nil) ⇒ SideCurrency
15411 15412 15413 15414 15415 15416 15417 |
# File 'lib/quickfix_fields.rb', line 15411 def initialize(data = nil) if( data == nil ) super(1154) else super(1154, data) end end |