Class: Quickfix::NoMiscFees
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoMiscFees
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoMiscFees
constructor
A new instance of NoMiscFees.
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 |