Class: Quickfix::ComplexEventCurrencyTwo
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplexEventCurrencyTwo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventCurrencyTwo
constructor
A new instance of ComplexEventCurrencyTwo.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplexEventCurrencyTwo
Returns a new instance of ComplexEventCurrencyTwo.
41281 41282 41283 41284 41285 41286 41287 |
# File 'lib/quickfix_fields.rb', line 41281 def initialize(data = nil) if( data == nil ) super(2125) else super(2125, data) end end |
Class Method Details
.field ⇒ Object
41278 41279 41280 |
# File 'lib/quickfix_fields.rb', line 41278 def ComplexEventCurrencyTwo.field return 2125 end |