Class: Quickfix::ComplexEventCreditEventStandardSources
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::ComplexEventCreditEventStandardSources
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventCreditEventStandardSources
constructor
A new instance of ComplexEventCreditEventStandardSources.
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 |