Class: Quickfix::UnderlyingComplexEventDeterminationMethod

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

Returns a new instance of UnderlyingComplexEventDeterminationMethod.



52656
52657
52658
52659
52660
52661
52662
# File 'lib/quickfix_fields.rb', line 52656

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

Class Method Details

.fieldObject



52653
52654
52655
# File 'lib/quickfix_fields.rb', line 52653

def UnderlyingComplexEventDeterminationMethod.field
  return 2272
end