Class: Quickfix::UnderlyingExerciseStyle

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingExerciseStyle

Returns a new instance of UnderlyingExerciseStyle.



15931
15932
15933
15934
15935
15936
15937
# File 'lib/quickfix_fields.rb', line 15931

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

Class Method Details

.fieldObject



15928
15929
15930
# File 'lib/quickfix_fields.rb', line 15928

def UnderlyingExerciseStyle.field
  return 1419
end