Class: Quickfix::ComplexEventCurrencyOneCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplexEventCurrencyOneCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventCurrencyOneCodeSource
constructor
A new instance of ComplexEventCurrencyOneCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplexEventCurrencyOneCodeSource
Returns a new instance of ComplexEventCurrencyOneCodeSource.
79098 79099 79100 79101 79102 79103 79104 |
# File 'lib/quickfix_fields.rb', line 79098 def initialize(data = nil) if( data == nil ) super(2942) else super(2942, data) end end |
Class Method Details
.field ⇒ Object
79095 79096 79097 |
# File 'lib/quickfix_fields.rb', line 79095 def ComplexEventCurrencyOneCodeSource.field return 2942 end |