Class: Quickfix::MDUpdateAction

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDUpdateAction

Returns a new instance of MDUpdateAction.



15970
15971
15972
15973
15974
15975
15976
# File 'lib/quickfix_fields.rb', line 15970

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

Class Method Details

.fieldObject



15967
15968
15969
# File 'lib/quickfix_fields.rb', line 15967

def MDUpdateAction.field
  return 279
end