Class: Quickfix::NoMiscFees
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ NoMiscFees
Returns a new instance of NoMiscFees.
8768 8769 8770 8771 8772 8773 8774 |
# File 'lib/quickfix_fields.rb', line 8768 def initialize(data = nil) if( data == nil ) super(136) else super(136, data) end end |
Class Method Details
.field ⇒ Object
8765 8766 8767 |
# File 'lib/quickfix_fields.rb', line 8765 def NoMiscFees.field return 136 end |