Class: Quickfix::StandInstDbType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::StandInstDbType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StandInstDbType
constructor
A new instance of StandInstDbType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ StandInstDbType
2606 2607 2608 2609 2610 2611 2612 |
# File 'lib/quickfix_fields.rb', line 2606 def initialize(data = nil) if( data == nil ) super(169) else super(169, data) end end |
Class Method Details
.field ⇒ Object
2603 2604 2605 |
# File 'lib/quickfix_fields.rb', line 2603 def StandInstDbType.field return 169 end |