Class: Quickfix::NetworkStatusResponseType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NetworkStatusResponseType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NetworkStatusResponseType
constructor
A new instance of NetworkStatusResponseType.
Constructor Details
#initialize(data = nil) ⇒ NetworkStatusResponseType
Returns a new instance of NetworkStatusResponseType.
12642 12643 12644 12645 12646 12647 12648 |
# File 'lib/quickfix_fields.rb', line 12642 def initialize(data = nil) if( data == nil ) super(937) else super(937, data) end end |