Class: Quickfix::NoEntitlements
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoEntitlements
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoEntitlements
constructor
A new instance of NoEntitlements.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
23182 23183 23184 |
# File 'lib/quickfix_fields.rb', line 23182 def NoEntitlements.field return 1773 end |