Class: Quickfix::NoRoutingIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoRoutingIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoRoutingIDs
constructor
A new instance of NoRoutingIDs.
Constructor Details
#initialize(data = nil) ⇒ NoRoutingIDs
Returns a new instance of NoRoutingIDs.
17842 17843 17844 17845 17846 17847 17848 |
# File 'lib/quickfix_fields.rb', line 17842 def initialize(data = nil) if( data == nil ) super(215) else super(215, data) end end |
Class Method Details
.field ⇒ Object
17839 17840 17841 |
# File 'lib/quickfix_fields.rb', line 17839 def NoRoutingIDs.field return 215 end |