Class: Quickfix::LegOptionExerciseStartDateRelativeTo

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

Returns a new instance of LegOptionExerciseStartDateRelativeTo.



49289
49290
49291
49292
49293
49294
49295
# File 'lib/quickfix_fields.rb', line 49289

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

Class Method Details

.fieldObject



49286
49287
49288
# File 'lib/quickfix_fields.rb', line 49286

def LegOptionExerciseStartDateRelativeTo.field
  return 41500
end