Class: Quickfix::EntitlementType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::EntitlementType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EntitlementType
constructor
A new instance of EntitlementType.
Constructor Details
#initialize(data = nil) ⇒ EntitlementType
Returns a new instance of EntitlementType.
23211 23212 23213 23214 23215 23216 23217 |
# File 'lib/quickfix_fields.rb', line 23211 def initialize(data = nil) if( data == nil ) super(1775) else super(1775, data) end end |