Class: Quickfix::LegComplexEventCurrencyTwo
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegComplexEventCurrencyTwo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventCurrencyTwo
constructor
A new instance of LegComplexEventCurrencyTwo.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventCurrencyTwo
Returns a new instance of LegComplexEventCurrencyTwo.
47638 47639 47640 47641 47642 47643 47644 |
# File 'lib/quickfix_fields.rb', line 47638 def initialize(data = nil) if( data == nil ) super(2234) else super(2234, data) end end |
Class Method Details
.field ⇒ Object
47635 47636 47637 |
# File 'lib/quickfix_fields.rb', line 47635 def LegComplexEventCurrencyTwo.field return 2234 end |