Class: Quickfix::LegMarketDisruptionMaximumDays

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

Returns a new instance of LegMarketDisruptionMaximumDays.



48821
48822
48823
48824
48825
48826
48827
# File 'lib/quickfix_fields.rb', line 48821

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

Class Method Details

.fieldObject



48818
48819
48820
# File 'lib/quickfix_fields.rb', line 48818

def LegMarketDisruptionMaximumDays.field
  return 41464
end