Class: Quickfix::ListUpdateAction

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ListUpdateAction

Returns a new instance of ListUpdateAction.



5453
5454
5455
5456
5457
5458
5459
# File 'lib/quickfix_fields.rb', line 5453

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

Class Method Details

.fieldObject



5450
5451
5452
# File 'lib/quickfix_fields.rb', line 5450

def ListUpdateAction.field
	return 1324
end