Class: Quickfix::EncodedRejectTextLen

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

Returns a new instance of EncodedRejectTextLen.



21300
21301
21302
21303
21304
21305
21306
# File 'lib/quickfix_fields.rb', line 21300

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

Class Method Details

.fieldObject



21297
21298
21299
# File 'lib/quickfix_fields.rb', line 21297

def EncodedRejectTextLen.field
  return 1664
end