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