Class: Quickfix::AdditionalTermBondDayCount

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

Returns a new instance of AdditionalTermBondDayCount.



27514
27515
27516
27517
27518
27519
27520
# File 'lib/quickfix_fields.rb', line 27514

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

Class Method Details

.fieldObject



27511
27512
27513
# File 'lib/quickfix_fields.rb', line 27511

def AdditionalTermBondDayCount.field
  return 40018
end