Class: Quickfix::NoRegistDtls
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoRegistDtls
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoRegistDtls
constructor
A new instance of NoRegistDtls.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoRegistDtls
Returns a new instance of NoRegistDtls.
6545 6546 6547 6548 6549 6550 6551 |
# File 'lib/quickfix_fields.rb', line 6545 def initialize(data = nil) if( data == nil ) super(473) else super(473, data) end end |
Class Method Details
.field ⇒ Object
6542 6543 6544 |
# File 'lib/quickfix_fields.rb', line 6542 def NoRegistDtls.field return 473 end |