Class: Quickfix::ListManualOrderIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ListManualOrderIndicator

Returns a new instance of ListManualOrderIndicator.



57687
57688
57689
57690
57691
57692
57693
# File 'lib/quickfix_fields.rb', line 57687

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

Class Method Details

.fieldObject



57684
57685
57686
# File 'lib/quickfix_fields.rb', line 57684

def ListManualOrderIndicator.field
  return 2401
end