Class: Quickfix::NoEntitlements
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoEntitlements
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoEntitlements
constructor
A new instance of NoEntitlements.
Constructor Details
#initialize(data = nil) ⇒ NoEntitlements
Returns a new instance of NoEntitlements.
23185 23186 23187 23188 23189 23190 23191 |
# File 'lib/quickfix_fields.rb', line 23185 def initialize(data = nil) if( data == nil ) super(1773) else super(1773, data) end end |