Class: Quickfix::MDReportEvent

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

Returns a new instance of MDReportEvent.



61964
61965
61966
61967
61968
61969
61970
# File 'lib/quickfix_fields.rb', line 61964

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

Class Method Details

.fieldObject



61961
61962
61963
# File 'lib/quickfix_fields.rb', line 61961

def MDReportEvent.field
  return 2535
end