Class: Quickfix::UnderlyingStreamCommoditySettlPeriodPrice

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



56400
56401
56402
56403
56404
56405
56406
# File 'lib/quickfix_fields.rb', line 56400

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

Class Method Details

.fieldObject



56397
56398
56399
# File 'lib/quickfix_fields.rb', line 56397

def UnderlyingStreamCommoditySettlPeriodPrice.field
  return 42010
end