Class: Quickfix::LegPaymentStreamRateSpreadPositionType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamRateSpreadPositionType

Returns a new instance of LegPaymentStreamRateSpreadPositionType.



31674
31675
31676
31677
31678
31679
31680
# File 'lib/quickfix_fields.rb', line 31674

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