Class: Quickfix::LegComplexEventDeterminationMethod

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

Returns a new instance of LegComplexEventDeterminationMethod.



47677
47678
47679
47680
47681
47682
47683
# File 'lib/quickfix_fields.rb', line 47677

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

Class Method Details

.fieldObject



47674
47675
47676
# File 'lib/quickfix_fields.rb', line 47674

def LegComplexEventDeterminationMethod.field
  return 2237
end