Class: Quickfix::ComplexEventCreditEventStandardSources

Inherits:
BoolField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

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

.fieldObject



41421
41422
41423
# File 'lib/quickfix_fields.rb', line 41421

def ComplexEventCreditEventStandardSources.field
  return 2136
end