Class: Quickfix::UnderlyingOptionExerciseExpirationDateBusinessDayConvention

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

Returns a new instance of UnderlyingOptionExerciseExpirationDateBusinessDayConvention.



54073
54074
54075
54076
54077
54078
54079
# File 'lib/quickfix_fields.rb', line 54073

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

Class Method Details

.fieldObject



54070
54071
54072
# File 'lib/quickfix_fields.rb', line 54070

def UnderlyingOptionExerciseExpirationDateBusinessDayConvention.field
  return 41846
end