Class: Quickfix::StreamCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::StreamCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamCurrency
constructor
A new instance of StreamCurrency.
Constructor Details
#initialize(data = nil) ⇒ StreamCurrency
Returns a new instance of StreamCurrency.
28021 28022 28023 28024 28025 28026 28027 |
# File 'lib/quickfix_fields.rb', line 28021 def initialize(data = nil) if( data == nil ) super(40055) else super(40055, data) end end |