Class: Quickfix::MiscFeeBasis
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MiscFeeBasis
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MiscFeeBasis
constructor
A new instance of MiscFeeBasis.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MiscFeeBasis
Returns a new instance of MiscFeeBasis.
12057 12058 12059 12060 12061 12062 12063 |
# File 'lib/quickfix_fields.rb', line 12057 def initialize(data = nil) if( data == nil ) super(891) else super(891, data) end end |
Class Method Details
.field ⇒ Object
12054 12055 12056 |
# File 'lib/quickfix_fields.rb', line 12054 def MiscFeeBasis.field return 891 end |