Class: Quickfix::UnderlyingComplexEventCreditEventStandardSources

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

.fieldObject



52757
52758
52759
# File 'lib/quickfix_fields.rb', line 52757

def UnderlyingComplexEventCreditEventStandardSources.field
  return 2280
end