Class: Quickfix::EncodedCancelTextLen

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EncodedCancelTextLen

Returns a new instance of EncodedCancelTextLen.



77174
77175
77176
77177
77178
77179
77180
# File 'lib/quickfix_fields.rb', line 77174

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