Class: Quickfix::MiscFeeDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MiscFeeDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MiscFeeDesc
constructor
A new instance of MiscFeeDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MiscFeeDesc
Returns a new instance of MiscFeeDesc.
75809 75810 75811 75812 75813 75814 75815 |
# File 'lib/quickfix_fields.rb', line 75809 def initialize(data = nil) if( data == nil ) super(2713) else super(2713, data) end end |
Class Method Details
.field ⇒ Object
75806 75807 75808 |
# File 'lib/quickfix_fields.rb', line 75806 def MiscFeeDesc.field return 2713 end |