Class: Quickfix::LegComplexEventCreditEventUnit

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

Returns a new instance of LegComplexEventCreditEventUnit.



47053
47054
47055
47056
47057
47058
47059
# File 'lib/quickfix_fields.rb', line 47053

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

Class Method Details

.fieldObject



47050
47051
47052
# File 'lib/quickfix_fields.rb', line 47050

def LegComplexEventCreditEventUnit.field
  return 41371
end