Class: Quickfix::UnderlyingCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCurrency
constructor
A new instance of UnderlyingCurrency.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCurrency
Returns a new instance of UnderlyingCurrency.
4023 4024 4025 4026 4027 4028 4029 |
# File 'lib/quickfix_fields.rb', line 4023 def initialize(data = nil) if( data == nil ) super(318) else super(318, data) end end |