Class: Quickfix::PaymentPrice

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentPrice

Returns a new instance of PaymentPrice.



30140
30141
30142
30143
30144
30145
30146
# File 'lib/quickfix_fields.rb', line 30140

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

Class Method Details

.fieldObject



30137
30138
30139
# File 'lib/quickfix_fields.rb', line 30137

def PaymentPrice.field
	return 40218
end