Class: Quickfix::EncodedListStatusTextLen

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ EncodedListStatusTextLen

Returns a new instance of EncodedListStatusTextLen.



5570
5571
5572
5573
5574
5575
5576
# File 'lib/quickfix_fields.rb', line 5570

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

Class Method Details

.fieldObject



5567
5568
5569
# File 'lib/quickfix_fields.rb', line 5567

def EncodedListStatusTextLen.field
  return 445
end