Class: Quickfix::NoEntitlementAttrib
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoEntitlementAttrib
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoEntitlementAttrib
constructor
A new instance of NoEntitlementAttrib.
Constructor Details
#initialize(data = nil) ⇒ NoEntitlementAttrib
23237 23238 23239 23240 23241 23242 23243 |
# File 'lib/quickfix_fields.rb', line 23237 def initialize(data = nil) if( data == nil ) super(1777) else super(1777, data) end end |