Class: Quickfix::ComplexEventCurrencyOne
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplexEventCurrencyOne
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventCurrencyOne
constructor
A new instance of ComplexEventCurrencyOne.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplexEventCurrencyOne
Returns a new instance of ComplexEventCurrencyOne.
41268 41269 41270 41271 41272 41273 41274 |
# File 'lib/quickfix_fields.rb', line 41268 def initialize(data = nil) if( data == nil ) super(2124) else super(2124, data) end end |
Class Method Details
.field ⇒ Object
41265 41266 41267 |
# File 'lib/quickfix_fields.rb', line 41265 def ComplexEventCurrencyOne.field return 2124 end |