Class: Quickfix::UnderlyingPaymentStreamDiscountType

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) ⇒ UnderlyingPaymentStreamDiscountType

Returns a new instance of UnderlyingPaymentStreamDiscountType.



34755
34756
34757
34758
34759
34760
34761
# File 'lib/quickfix_fields.rb', line 34755

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

Class Method Details

.fieldObject



34752
34753
34754
# File 'lib/quickfix_fields.rb', line 34752

def UnderlyingPaymentStreamDiscountType.field
	return 40574
end