Class: Quickfix::AssignmentMethod

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

Returns a new instance of AssignmentMethod.



10185
10186
10187
10188
10189
10190
10191
# File 'lib/quickfix_fields.rb', line 10185

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

Class Method Details

.fieldObject



10182
10183
10184
# File 'lib/quickfix_fields.rb', line 10182

def AssignmentMethod.field
  return 744
end