Class: Quickfix::UnderlyingProvisionOptionExerciseStyle

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

Returns a new instance of UnderlyingProvisionOptionExerciseStyle.



59897
59898
59899
59900
59901
59902
59903
# File 'lib/quickfix_fields.rb', line 59897

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

Class Method Details

.fieldObject



59894
59895
59896
# File 'lib/quickfix_fields.rb', line 59894

def UnderlyingProvisionOptionExerciseStyle.field
  return 42159
end