Class: Quickfix::MDUpdateAction

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MDUpdateAction

Returns a new instance of MDUpdateAction.



3516
3517
3518
3519
3520
3521
3522
# File 'lib/quickfix_fields.rb', line 3516

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

Class Method Details

.fieldObject



3513
3514
3515
# File 'lib/quickfix_fields.rb', line 3513

def MDUpdateAction.field
	return 279
end