Class: Quickfix::ListUpdateAction

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

Returns a new instance of ListUpdateAction.



17556
17557
17558
17559
17560
17561
17562
# File 'lib/quickfix_fields.rb', line 17556

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

Class Method Details

.fieldObject



17553
17554
17555
# File 'lib/quickfix_fields.rb', line 17553

def ListUpdateAction.field
  return 1324
end