Class: Quickfix::OptionExerciseStartDateRelativeTo

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

Returns a new instance of OptionExerciseStartDateRelativeTo.



43868
43869
43870
43871
43872
43873
43874
# File 'lib/quickfix_fields.rb', line 43868

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

Class Method Details

.fieldObject



43865
43866
43867
# File 'lib/quickfix_fields.rb', line 43865

def OptionExerciseStartDateRelativeTo.field
  return 41125
end