Class: Quickfix::LegPaymentStreamCompoundingRateSpreadPositionType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCompoundingRateSpreadPositionType

Returns a new instance of LegPaymentStreamCompoundingRateSpreadPositionType.



66319
66320
66321
66322
66323
66324
66325
# File 'lib/quickfix_fields.rb', line 66319

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