Class: Quickfix::MDUpdateType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDUpdateType



6844
6845
6846
6847
6848
6849
6850
# File 'lib/quickfix_fields.rb', line 6844

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

Class Method Details

.fieldObject



6841
6842
6843
# File 'lib/quickfix_fields.rb', line 6841

def MDUpdateType.field
  return 265
end