Class: Quickfix::EncodedMiscFeeSubTypeDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::EncodedMiscFeeSubTypeDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedMiscFeeSubTypeDesc
constructor
A new instance of EncodedMiscFeeSubTypeDesc.
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
.field ⇒ Object
62780 62781 62782 |
# File 'lib/quickfix_fields.rb', line 62780 def EncodedMiscFeeSubTypeDesc.field return 2638 end |