Class: Quickfix::NoUnderlyingComplexEventCreditEvents
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingComplexEventCreditEvents
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingComplexEventCreditEvents
constructor
A new instance of NoUnderlyingComplexEventCreditEvents.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingComplexEventCreditEvents
Returns a new instance of NoUnderlyingComplexEventCreditEvents.
52071 52072 52073 52074 52075 52076 52077 |
# File 'lib/quickfix_fields.rb', line 52071 def initialize(data = nil) if( data == nil ) super(41716) else super(41716, data) end end |
Class Method Details
.field ⇒ Object
52068 52069 52070 |
# File 'lib/quickfix_fields.rb', line 52068 def .field return 41716 end |