Class: Quickfix::LegProvisionOptionExerciseStyle

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

Returns a new instance of LegProvisionOptionExerciseStyle.



33260
33261
33262
33263
33264
33265
33266
# File 'lib/quickfix_fields.rb', line 33260

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

Class Method Details

.fieldObject



33257
33258
33259
# File 'lib/quickfix_fields.rb', line 33257

def LegProvisionOptionExerciseStyle.field
  return 40459
end