Class: Quickfix::LegAdditionalTermBondCouponType

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

Returns a new instance of LegAdditionalTermBondCouponType.



46481
46482
46483
46484
46485
46486
46487
# File 'lib/quickfix_fields.rb', line 46481

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

Class Method Details

.fieldObject



46478
46479
46480
# File 'lib/quickfix_fields.rb', line 46478

def LegAdditionalTermBondCouponType.field
  return 41327
end