Class: Quickfix::ComplexEventCreditEventUnit

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

Returns a new instance of ComplexEventCreditEventUnit.



40800
40801
40802
40803
40804
40805
40806
# File 'lib/quickfix_fields.rb', line 40800

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

Class Method Details

.fieldObject



40797
40798
40799
# File 'lib/quickfix_fields.rb', line 40797

def ComplexEventCreditEventUnit.field
  return 41002
end