Class: Quickfix::EncodedExerciseDescLen

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

Returns a new instance of EncodedExerciseDescLen.



43634
43635
43636
43637
43638
43639
43640
# File 'lib/quickfix_fields.rb', line 43634

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

Class Method Details

.fieldObject



43631
43632
43633
# File 'lib/quickfix_fields.rb', line 43631

def EncodedExerciseDescLen.field
  return 41107
end