Class: Quickfix::NoPartyEntitlements
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoPartyEntitlements
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPartyEntitlements
constructor
A new instance of NoPartyEntitlements.
Constructor Details
#initialize(data = nil) ⇒ NoPartyEntitlements
Returns a new instance of NoPartyEntitlements.
23172 23173 23174 23175 23176 23177 23178 |
# File 'lib/quickfix_fields.rb', line 23172 def initialize(data = nil) if( data == nil ) super(1772) else super(1772, data) end end |