Class: Quickfix::LegComplexEventCreditEventValue

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

Returns a new instance of LegComplexEventCreditEventValue.



47014
47015
47016
47017
47018
47019
47020
# File 'lib/quickfix_fields.rb', line 47014

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

Class Method Details

.fieldObject



47011
47012
47013
# File 'lib/quickfix_fields.rb', line 47011

def LegComplexEventCreditEventValue.field
  return 41368
end