Class: Quickfix::MiscFeeSubTypeDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MiscFeeSubTypeDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MiscFeeSubTypeDesc
constructor
A new instance of MiscFeeSubTypeDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MiscFeeSubTypeDesc
Returns a new instance of MiscFeeSubTypeDesc.
62757 62758 62759 62760 62761 62762 62763 |
# File 'lib/quickfix_fields.rb', line 62757 def initialize(data = nil) if( data == nil ) super(2636) else super(2636, data) end end |
Class Method Details
.field ⇒ Object
62754 62755 62756 |
# File 'lib/quickfix_fields.rb', line 62754 def MiscFeeSubTypeDesc.field return 2636 end |