Class: Quickfix::UnderlyingComplexEventQuoteBasis
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingComplexEventQuoteBasis
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventQuoteBasis
constructor
A new instance of UnderlyingComplexEventQuoteBasis.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventQuoteBasis
Returns a new instance of UnderlyingComplexEventQuoteBasis.
52630 52631 52632 52633 52634 52635 52636 |
# File 'lib/quickfix_fields.rb', line 52630 def initialize(data = nil) if( data == nil ) super(2270) else super(2270, data) end end |
Class Method Details
.field ⇒ Object
52627 52628 52629 |
# File 'lib/quickfix_fields.rb', line 52627 def .field return 2270 end |