Class: Quickfix::ComplexEventCreditEventValue

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ComplexEventCreditEventValue

Returns a new instance of ComplexEventCreditEventValue.



40761
40762
40763
40764
40765
40766
40767
# File 'lib/quickfix_fields.rb', line 40761

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

Class Method Details

.fieldObject



40758
40759
40760
# File 'lib/quickfix_fields.rb', line 40758

def ComplexEventCreditEventValue.field
  return 40999
end