Class: Quickfix::ComplexEventCurrencyTwoCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplexEventCurrencyTwoCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventCurrencyTwoCodeSource
constructor
A new instance of ComplexEventCurrencyTwoCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplexEventCurrencyTwoCodeSource
Returns a new instance of ComplexEventCurrencyTwoCodeSource.
79111 79112 79113 79114 79115 79116 79117 |
# File 'lib/quickfix_fields.rb', line 79111 def initialize(data = nil) if( data == nil ) super(2943) else super(2943, data) end end |
Class Method Details
.field ⇒ Object
79108 79109 79110 |
# File 'lib/quickfix_fields.rb', line 79108 def ComplexEventCurrencyTwoCodeSource.field return 2943 end |