Class: Quickfix::UnderlyingStreamCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingStreamCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamCurrency
constructor
A new instance of UnderlyingStreamCurrency.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamCurrency
Returns a new instance of UnderlyingStreamCurrency.
34391 34392 34393 34394 34395 34396 34397 |
# File 'lib/quickfix_fields.rb', line 34391 def initialize(data = nil) if( data == nil ) super(40546) else super(40546, data) end end |