Class: Quickfix::LegComplexEventCreditEventStandardSources

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) ⇒ LegComplexEventCreditEventStandardSources

Returns a new instance of LegComplexEventCreditEventStandardSources.



47781
47782
47783
47784
47785
47786
47787
# File 'lib/quickfix_fields.rb', line 47781

def initialize(data = nil)
  if( data == nil )
    super(2245)
  else
    super(2245, data)
  end
end

Class Method Details

.fieldObject



47778
47779
47780
# File 'lib/quickfix_fields.rb', line 47778

def LegComplexEventCreditEventStandardSources.field
  return 2245
end