Class: Quickfix::LegInstrmtAssignmentMethod

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

Returns a new instance of LegInstrmtAssignmentMethod.



42477
42478
42479
42480
42481
42482
42483
# File 'lib/quickfix_fields.rb', line 42477

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

Class Method Details

.fieldObject



42474
42475
42476
# File 'lib/quickfix_fields.rb', line 42474

def LegInstrmtAssignmentMethod.field
  return 2147
end