Class: Quickfix::LegPaymentStubIndex2RateSpreadPositionType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStubIndex2RateSpreadPositionType

Returns a new instance of LegPaymentStubIndex2RateSpreadPositionType.



33065
33066
33067
33068
33069
33070
33071
# File 'lib/quickfix_fields.rb', line 33065

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