Class: Quickfix::ComplexEventDeterminationMethod

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

Returns a new instance of ComplexEventDeterminationMethod.



41320
41321
41322
41323
41324
41325
41326
# File 'lib/quickfix_fields.rb', line 41320

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

Class Method Details

.fieldObject



41317
41318
41319
# File 'lib/quickfix_fields.rb', line 41317

def ComplexEventDeterminationMethod.field
  return 2128
end