Class: Quickfix::PaymentPriceType

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

Returns a new instance of PaymentPriceType.



39201
39202
39203
39204
39205
39206
39207
# File 'lib/quickfix_fields.rb', line 39201

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

Class Method Details

.fieldObject



39198
39199
39200
# File 'lib/quickfix_fields.rb', line 39198

def PaymentPriceType.field
	return 40919
end