Class: Quickfix::NetworkRequestType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NetworkRequestType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NetworkRequestType
constructor
A new instance of NetworkRequestType.
Constructor Details
#initialize(data = nil) ⇒ NetworkRequestType
Returns a new instance of NetworkRequestType.
1748 1749 1750 1751 1752 1753 1754 |
# File 'lib/quickfix_fields.rb', line 1748 def initialize(data = nil) if( data == nil ) super(935) else super(935, data) end end |
Class Method Details
.field ⇒ Object
1745 1746 1747 |
# File 'lib/quickfix_fields.rb', line 1745 def NetworkRequestType.field return 935 end |