Class: Quickfix::LegDifferentialPrice

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

Returns a new instance of LegDifferentialPrice.



75185
75186
75187
75188
75189
75190
75191
# File 'lib/quickfix_fields.rb', line 75185

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

Class Method Details

.fieldObject



75182
75183
75184
# File 'lib/quickfix_fields.rb', line 75182

def LegDifferentialPrice.field
	return 2492
end