Class: Quickfix::EncodedUnderlyingProvisionTextLen

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

Returns a new instance of EncodedUnderlyingProvisionTextLen.



60053
60054
60055
60056
60057
60058
60059
# File 'lib/quickfix_fields.rb', line 60053

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

Class Method Details

.fieldObject



60050
60051
60052
# File 'lib/quickfix_fields.rb', line 60050

def EncodedUnderlyingProvisionTextLen.field
  return 42171
end