Class: Quickfix::LegPaymentStreamDiscountType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamDiscountType

Returns a new instance of LegPaymentStreamDiscountType.



30998
30999
31000
31001
31002
31003
31004
# File 'lib/quickfix_fields.rb', line 30998

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