Class: Quickfix::UnderlyingPaymentStreamCompoundingRateSpreadPositionType

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

Returns a new instance of UnderlyingPaymentStreamCompoundingRateSpreadPositionType.



73001
73002
73003
73004
73005
73006
73007
# File 'lib/quickfix_fields.rb', line 73001

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

Class Method Details

.fieldObject



72998
72999
73000
# File 'lib/quickfix_fields.rb', line 72998

def UnderlyingPaymentStreamCompoundingRateSpreadPositionType.field
	return 42928
end