Class: Quickfix::AdditionalTermBondCouponType

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

Returns a new instance of AdditionalTermBondCouponType.



27423
27424
27425
27426
27427
27428
27429
# File 'lib/quickfix_fields.rb', line 27423

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

Class Method Details

.fieldObject



27420
27421
27422
# File 'lib/quickfix_fields.rb', line 27420

def AdditionalTermBondCouponType.field
	return 40011
end