Class: Quickfix::PaymentStreamDiscountType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamDiscountType

Returns a new instance of PaymentStreamDiscountType.



36965
36966
36967
36968
36969
36970
36971
# File 'lib/quickfix_fields.rb', line 36965

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

Class Method Details

.fieldObject



36962
36963
36964
# File 'lib/quickfix_fields.rb', line 36962

def PaymentStreamDiscountType.field
	return 40744
end