Class: Quickfix::NoAsgnReqs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoAsgnReqs
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoAsgnReqs
constructor
A new instance of NoAsgnReqs.
Constructor Details
#initialize(data = nil) ⇒ NoAsgnReqs
Returns a new instance of NoAsgnReqs.
19831 19832 19833 19834 19835 19836 19837 |
# File 'lib/quickfix_fields.rb', line 19831 def initialize(data = nil) if( data == nil ) super(1499) else super(1499, data) end end |