Class: Quickfix::NoMiscFees
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoMiscFees
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoMiscFees
constructor
A new instance of NoMiscFees.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoMiscFees
Returns a new instance of NoMiscFees.
2242 2243 2244 2245 2246 2247 2248 |
# File 'lib/quickfix_fields.rb', line 2242 def initialize(data = nil) if( data == nil ) super(136) else super(136, data) end end |
Class Method Details
.field ⇒ Object
2239 2240 2241 |
# File 'lib/quickfix_fields.rb', line 2239 def NoMiscFees.field return 136 end |