Class: Quickfix::LegComplexEventCurrencyTwoCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegComplexEventCurrencyTwoCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventCurrencyTwoCodeSource
constructor
A new instance of LegComplexEventCurrencyTwoCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventCurrencyTwoCodeSource
Returns a new instance of LegComplexEventCurrencyTwoCodeSource.
79150 79151 79152 79153 79154 79155 79156 |
# File 'lib/quickfix_fields.rb', line 79150 def initialize(data = nil) if( data == nil ) super(2946) else super(2946, data) end end |
Class Method Details
.field ⇒ Object
79147 79148 79149 |
# File 'lib/quickfix_fields.rb', line 79147 def LegComplexEventCurrencyTwoCodeSource.field return 2946 end |