Class: Quickfix::UnderlyingComplexEventCurrencyOneCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventCurrencyOneCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCurrencyOneCodeSource
constructor
A new instance of UnderlyingComplexEventCurrencyOneCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCurrencyOneCodeSource
Returns a new instance of UnderlyingComplexEventCurrencyOneCodeSource.
79176 79177 79178 79179 79180 79181 79182 |
# File 'lib/quickfix_fields.rb', line 79176 def initialize(data = nil) if( data == nil ) super(2948) else super(2948, data) end end |
Class Method Details
.field ⇒ Object
79173 79174 79175 |
# File 'lib/quickfix_fields.rb', line 79173 def .field return 2948 end |