Class: Quickfix::EncodedMiscFeeSubTypeDescLen

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

Returns a new instance of EncodedMiscFeeSubTypeDescLen.



62770
62771
62772
62773
62774
62775
62776
# File 'lib/quickfix_fields.rb', line 62770

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

Class Method Details

.fieldObject



62767
62768
62769
# File 'lib/quickfix_fields.rb', line 62767

def EncodedMiscFeeSubTypeDescLen.field
  return 2637
end