Class: Quickfix::ComplexEventCreditEventStandardSources
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::ComplexEventCreditEventStandardSources
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventCreditEventStandardSources
constructor
A new instance of ComplexEventCreditEventStandardSources.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ ComplexEventCreditEventStandardSources
Returns a new instance of ComplexEventCreditEventStandardSources.
41424 41425 41426 41427 41428 41429 41430 |
# File 'lib/quickfix_fields.rb', line 41424 def initialize(data = nil) if( data == nil ) super(2136) else super(2136, data) end end |
Class Method Details
.field ⇒ Object
41421 41422 41423 |
# File 'lib/quickfix_fields.rb', line 41421 def ComplexEventCreditEventStandardSources.field return 2136 end |