Class: Quickfix::LegVersusPurchasePrice

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

Returns a new instance of LegVersusPurchasePrice.



22990
22991
22992
22993
22994
22995
22996
# File 'lib/quickfix_fields.rb', line 22990

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

Class Method Details

.fieldObject



22987
22988
22989
# File 'lib/quickfix_fields.rb', line 22987

def LegVersusPurchasePrice.field
  return 1758
end