Class: Quickfix::CommCurrencyCodeSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CommCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CommCurrencyCodeSource
constructor
A new instance of CommCurrencyCodeSource.
Constructor Details
#initialize(data = nil) ⇒ CommCurrencyCodeSource
Returns a new instance of CommCurrencyCodeSource.
78838 78839 78840 78841 78842 78843 78844 |
# File 'lib/quickfix_fields.rb', line 78838 def initialize(data = nil) if( data == nil ) super(2922) else super(2922, data) end end |