Class: Quickfix::UnderlyingAdditionalTermBondDayCount

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

Returns a new instance of UnderlyingAdditionalTermBondDayCount.



58285
58286
58287
58288
58289
58290
58291
# File 'lib/quickfix_fields.rb', line 58285

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

Class Method Details

.fieldObject



58282
58283
58284
# File 'lib/quickfix_fields.rb', line 58282

def UnderlyingAdditionalTermBondDayCount.field
  return 42035
end