Class: Quickfix::DerivativeExerciseStyle

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

Returns a new instance of DerivativeExerciseStyle.



17244
17245
17246
17247
17248
17249
17250
# File 'lib/quickfix_fields.rb', line 17244

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

Class Method Details

.fieldObject



17241
17242
17243
# File 'lib/quickfix_fields.rb', line 17241

def DerivativeExerciseStyle.field
  return 1299
end