Class: Quickfix::UnderlyingStreamCommoditySettlPeriodPrice

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlPeriodPrice

Returns a new instance of 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