Class: Quickfix::TotNoOrders
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TotNoOrders
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotNoOrders
constructor
A new instance of TotNoOrders.
Constructor Details
#initialize(data = nil) ⇒ TotNoOrders
Returns a new instance of TotNoOrders.
12031 12032 12033 12034 12035 12036 12037 |
# File 'lib/quickfix_fields.rb', line 12031 def initialize(data = nil) if( data == nil ) super(68) else super(68, data) end end |
Class Method Details
.field ⇒ Object
12028 12029 12030 |
# File 'lib/quickfix_fields.rb', line 12028 def TotNoOrders.field return 68 end |