Class: Quickfix::InstrmtAssignmentMethod

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

Returns a new instance of InstrmtAssignmentMethod.



14072
14073
14074
14075
14076
14077
14078
# File 'lib/quickfix_fields.rb', line 14072

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

Class Method Details

.fieldObject



14069
14070
14071
# File 'lib/quickfix_fields.rb', line 14069

def InstrmtAssignmentMethod.field
  return 1049
end