Class: Quickfix::EncodedMiscFeeSubTypeDescLen
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::EncodedMiscFeeSubTypeDescLen
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedMiscFeeSubTypeDescLen
constructor
A new instance of EncodedMiscFeeSubTypeDescLen.
Methods inherited from IntField
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
.field ⇒ Object
62767 62768 62769 |
# File 'lib/quickfix_fields.rb', line 62767 def EncodedMiscFeeSubTypeDescLen.field return 2637 end |