Class: Quickfix::NumberOfOrders
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NumberOfOrders
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NumberOfOrders
constructor
A new instance of NumberOfOrders.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NumberOfOrders
Returns a new instance of NumberOfOrders.
4387 4388 4389 4390 4391 4392 4393 |
# File 'lib/quickfix_fields.rb', line 4387 def initialize(data = nil) if( data == nil ) super(346) else super(346, data) end end |
Class Method Details
.field ⇒ Object
4384 4385 4386 |
# File 'lib/quickfix_fields.rb', line 4384 def NumberOfOrders.field return 346 end |