Class: Quickfix::LegStrikePrice

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStrikePrice

Returns a new instance of LegStrikePrice.



9067
9068
9069
9070
9071
9072
9073
# File 'lib/quickfix_fields.rb', line 9067

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

Class Method Details

.fieldObject



9064
9065
9066
# File 'lib/quickfix_fields.rb', line 9064

def LegStrikePrice.field
  return 612
end