Class: Quickfix::PriorSettlPrice

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PriorSettlPrice

Returns a new instance of PriorSettlPrice.



17140
17141
17142
17143
17144
17145
17146
# File 'lib/quickfix_fields.rb', line 17140

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

Class Method Details

.fieldObject



17137
17138
17139
# File 'lib/quickfix_fields.rb', line 17137

def PriorSettlPrice.field
	return 734
end