Class: Quickfix::InstrmtAssignmentMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InstrmtAssignmentMethod

Returns a new instance of InstrmtAssignmentMethod.



14722
14723
14724
14725
14726
14727
14728
# File 'lib/quickfix_fields.rb', line 14722

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

Class Method Details

.fieldObject



14719
14720
14721
# File 'lib/quickfix_fields.rb', line 14719

def InstrmtAssignmentMethod.field
  return 1049
end