Class: Quickfix::LegStreamCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegStreamCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamCurrency
constructor
A new instance of LegStreamCurrency.
Constructor Details
#initialize(data = nil) ⇒ LegStreamCurrency
Returns a new instance of LegStreamCurrency.
30504 30505 30506 30507 30508 30509 30510 |
# File 'lib/quickfix_fields.rb', line 30504 def initialize(data = nil) if( data == nil ) super(40247) else super(40247, data) end end |