Class: Quickfix::SecondaryTradingReferencePrice

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecondaryTradingReferencePrice

Returns a new instance of SecondaryTradingReferencePrice.



8664
8665
8666
8667
8668
8669
8670
# File 'lib/quickfix_fields.rb', line 8664

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

Class Method Details

.fieldObject



8661
8662
8663
# File 'lib/quickfix_fields.rb', line 8661

def SecondaryTradingReferencePrice.field
  return 1240
end