Class: Quickfix::EncodedUnderlyingExerciseDescLen

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

Returns a new instance of EncodedUnderlyingExerciseDescLen.



53618
53619
53620
53621
53622
53623
53624
# File 'lib/quickfix_fields.rb', line 53618

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

Class Method Details

.fieldObject



53615
53616
53617
# File 'lib/quickfix_fields.rb', line 53615

def EncodedUnderlyingExerciseDescLen.field
  return 41811
end