Class: Quickfix::UnderlyingComplexEventCurrencyOne
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventCurrencyOne
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCurrencyOne
constructor
A new instance of UnderlyingComplexEventCurrencyOne.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCurrencyOne
Returns a new instance of UnderlyingComplexEventCurrencyOne.
52604 52605 52606 52607 52608 52609 52610 |
# File 'lib/quickfix_fields.rb', line 52604 def initialize(data = nil) if( data == nil ) super(2268) else super(2268, data) end end |
Class Method Details
.field ⇒ Object
52601 52602 52603 |
# File 'lib/quickfix_fields.rb', line 52601 def UnderlyingComplexEventCurrencyOne.field return 2268 end |