Class: Quickfix::LegPaymentStubIndexCapRateSellSide

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStubIndexCapRateSellSide

Returns a new instance of LegPaymentStubIndexCapRateSellSide.



32935
32936
32937
32938
32939
32940
32941
# File 'lib/quickfix_fields.rb', line 32935

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