Class: Quickfix::UnderlyingProvisionOptionExerciseBusinessDayConvention

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

Returns a new instance of UnderlyingProvisionOptionExerciseBusinessDayConvention.



59325
59326
59327
59328
59329
59330
59331
# File 'lib/quickfix_fields.rb', line 59325

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

Class Method Details

.fieldObject



59322
59323
59324
# File 'lib/quickfix_fields.rb', line 59322

def UnderlyingProvisionOptionExerciseBusinessDayConvention.field
  return 42115
end