Class: Quickfix::EncodedLegExerciseDescLen

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

Returns a new instance of EncodedLegExerciseDescLen.



49055
49056
49057
49058
49059
49060
49061
# File 'lib/quickfix_fields.rb', line 49055

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

Class Method Details

.fieldObject



49052
49053
49054
# File 'lib/quickfix_fields.rb', line 49052

def EncodedLegExerciseDescLen.field
  return 41482
end