Class: Quickfix::EncodedLegProvisionTextLen

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

Returns a new instance of EncodedLegProvisionTextLen.



39994
39995
39996
39997
39998
39999
40000
# File 'lib/quickfix_fields.rb', line 39994

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

Class Method Details

.fieldObject



39991
39992
39993
# File 'lib/quickfix_fields.rb', line 39991

def EncodedLegProvisionTextLen.field
  return 40980
end