Class: Quickfix::UnderlyingComplexEventCreditEventStandardSources
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingComplexEventCreditEventStandardSources
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventStandardSources
constructor
A new instance of UnderlyingComplexEventCreditEventStandardSources.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventStandardSources
Returns a new instance of UnderlyingComplexEventCreditEventStandardSources.
52760 52761 52762 52763 52764 52765 52766 |
# File 'lib/quickfix_fields.rb', line 52760 def initialize(data = nil) if( data == nil ) super(2280) else super(2280, data) end end |
Class Method Details
.field ⇒ Object
52757 52758 52759 |
# File 'lib/quickfix_fields.rb', line 52757 def .field return 2280 end |