Class: Quickfix::LegProvisionOptionExerciseBusinessDayConvention

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



33481
33482
33483
33484
33485
33486
33487
# File 'lib/quickfix_fields.rb', line 33481

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

Class Method Details

.fieldObject



33478
33479
33480
# File 'lib/quickfix_fields.rb', line 33478

def LegProvisionOptionExerciseBusinessDayConvention.field
  return 40476
end