Class: Quickfix::AdditionalTermBondCouponType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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