Class: Quickfix::NoAsgnReqs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoAsgnReqs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
14618 14619 14620 14621 14622 14623 14624 |
# File 'lib/quickfix_fields.rb', line 14618 def initialize(data = nil) if( data == nil ) super(1499) else super(1499, data) end end |
Class Method Details
.field ⇒ Object
14615 14616 14617 |
# File 'lib/quickfix_fields.rb', line 14615 def NoAsgnReqs.field return 1499 end |