Class: Quickfix::EncodedMiscFeeSubTypeDesc

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ EncodedMiscFeeSubTypeDesc

Returns a new instance of EncodedMiscFeeSubTypeDesc.



62783
62784
62785
62786
62787
62788
62789
# File 'lib/quickfix_fields.rb', line 62783

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

Class Method Details

.fieldObject



62780
62781
62782
# File 'lib/quickfix_fields.rb', line 62780

def EncodedMiscFeeSubTypeDesc.field
  return 2638
end