Class: Quickfix::ComplexEventStrikePrice

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

Returns a new instance of ComplexEventStrikePrice.



41346
41347
41348
41349
41350
41351
41352
# File 'lib/quickfix_fields.rb', line 41346

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

Class Method Details

.fieldObject



41343
41344
41345
# File 'lib/quickfix_fields.rb', line 41343

def ComplexEventStrikePrice.field
	return 2130
end