Class: Quickfix::UnderlyingComplexEventCurrencyTwo
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventCurrencyTwo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCurrencyTwo
constructor
A new instance of UnderlyingComplexEventCurrencyTwo.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCurrencyTwo
Returns a new instance of UnderlyingComplexEventCurrencyTwo.
52617 52618 52619 52620 52621 52622 52623 |
# File 'lib/quickfix_fields.rb', line 52617 def initialize(data = nil) if( data == nil ) super(2269) else super(2269, data) end end |
Class Method Details
.field ⇒ Object
52614 52615 52616 |
# File 'lib/quickfix_fields.rb', line 52614 def .field return 2269 end |