Class: Quickfix::NoMarketDisruptionFallbacks

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoMarketDisruptionFallbacks

Returns a new instance of NoMarketDisruptionFallbacks.



43439
43440
43441
43442
43443
43444
43445
# File 'lib/quickfix_fields.rb', line 43439

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

Class Method Details

.fieldObject



43436
43437
43438
# File 'lib/quickfix_fields.rb', line 43436

def NoMarketDisruptionFallbacks.field
  return 41094
end