Class: Quickfix::LegComplexEventCurrencyOneCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegComplexEventCurrencyOneCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventCurrencyOneCodeSource
constructor
A new instance of LegComplexEventCurrencyOneCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventCurrencyOneCodeSource
Returns a new instance of LegComplexEventCurrencyOneCodeSource.
79137 79138 79139 79140 79141 79142 79143 |
# File 'lib/quickfix_fields.rb', line 79137 def initialize(data = nil) if( data == nil ) super(2945) else super(2945, data) end end |
Class Method Details
.field ⇒ Object
79134 79135 79136 |
# File 'lib/quickfix_fields.rb', line 79134 def LegComplexEventCurrencyOneCodeSource.field return 2945 end |