Class: Quickfix::UnderlyingOptionExerciseBusinessDayConvention

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

Returns a new instance of UnderlyingOptionExerciseBusinessDayConvention.



53761
53762
53763
53764
53765
53766
53767
# File 'lib/quickfix_fields.rb', line 53761

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

Class Method Details

.fieldObject



53758
53759
53760
# File 'lib/quickfix_fields.rb', line 53758

def UnderlyingOptionExerciseBusinessDayConvention.field
  return 41822
end