Class: Quickfix::NoLegMarketDisruptionFallbackReferencePrices

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegMarketDisruptionFallbackReferencePrices

Returns a new instance of NoLegMarketDisruptionFallbackReferencePrices.



48912
48913
48914
48915
48916
48917
48918
# File 'lib/quickfix_fields.rb', line 48912

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