Class: Quickfix::NetworkStatusResponseType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NetworkStatusResponseType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NetworkStatusResponseType
constructor
A new instance of NetworkStatusResponseType.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
12639 12640 12641 |
# File 'lib/quickfix_fields.rb', line 12639 def NetworkStatusResponseType.field return 937 end |