Class: Quickfix::RelatedHighPrice

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

Returns a new instance of RelatedHighPrice.



23783
23784
23785
23786
23787
23788
23789
# File 'lib/quickfix_fields.rb', line 23783

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

Class Method Details

.fieldObject



23780
23781
23782
# File 'lib/quickfix_fields.rb', line 23780

def RelatedHighPrice.field
  return 1819
end