Class: Quickfix::NoMiscFeeSubTypes
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoMiscFeeSubTypes
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoMiscFeeSubTypes
constructor
A new instance of NoMiscFeeSubTypes.
Constructor Details
#initialize(data = nil) ⇒ NoMiscFeeSubTypes
Returns a new instance of NoMiscFeeSubTypes.
62718 62719 62720 62721 62722 62723 62724 |
# File 'lib/quickfix_fields.rb', line 62718 def initialize(data = nil) if( data == nil ) super(2633) else super(2633, data) end end |