Class: Quickfix::NoOrders
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoOrders
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoOrders
constructor
A new instance of NoOrders.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoOrders
Returns a new instance of NoOrders.
1644 1645 1646 1647 1648 1649 1650 |
# File 'lib/quickfix_fields.rb', line 1644 def initialize(data = nil) if( data == nil ) super(73) else super(73, data) end end |
Class Method Details
.field ⇒ Object
1641 1642 1643 |
# File 'lib/quickfix_fields.rb', line 1641 def NoOrders.field return 73 end |