Class: Quickfix::NoApplIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoApplIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoApplIDs
constructor
A new instance of NoApplIDs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoApplIDs
Returns a new instance of NoApplIDs.
18531 18532 18533 18534 18535 18536 18537 |
# File 'lib/quickfix_fields.rb', line 18531 def initialize(data = nil) if( data == nil ) super(1351) else super(1351, data) end end |
Class Method Details
.field ⇒ Object
18528 18529 18530 |
# File 'lib/quickfix_fields.rb', line 18528 def NoApplIDs.field return 1351 end |