Class: Quickfix::OptionExerciseBusinessDayConvention

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

Returns a new instance of OptionExerciseBusinessDayConvention.



43777
43778
43779
43780
43781
43782
43783
# File 'lib/quickfix_fields.rb', line 43777

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

Class Method Details

.fieldObject



43774
43775
43776
# File 'lib/quickfix_fields.rb', line 43774

def OptionExerciseBusinessDayConvention.field
  return 41118
end