Class: Quickfix::NoLegMarketDisruptionFallbacks

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

Returns a new instance of NoLegMarketDisruptionFallbacks.



48886
48887
48888
48889
48890
48891
48892
# File 'lib/quickfix_fields.rb', line 48886

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

Class Method Details

.fieldObject



48883
48884
48885
# File 'lib/quickfix_fields.rb', line 48883

def NoLegMarketDisruptionFallbacks.field
  return 41469
end