Class: Quickfix::UnderlyingCurrencyCodeSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCurrencyCodeSource
constructor
A new instance of UnderlyingCurrencyCodeSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCurrencyCodeSource
Returns a new instance of UnderlyingCurrencyCodeSource.
78760 78761 78762 78763 78764 78765 78766 |
# File 'lib/quickfix_fields.rb', line 78760 def initialize(data = nil) if( data == nil ) super(2916) else super(2916, data) end end |