Class: Quickfix::LegStrikePrice

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

Returns a new instance of LegStrikePrice.



8313
8314
8315
8316
8317
8318
8319
# File 'lib/quickfix_fields.rb', line 8313

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

Class Method Details

.fieldObject



8310
8311
8312
# File 'lib/quickfix_fields.rb', line 8310

def LegStrikePrice.field
  return 612
end