Class: Quickfix::ResponseTransportType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ResponseTransportType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ResponseTransportType
constructor
A new instance of ResponseTransportType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ResponseTransportType
Returns a new instance of ResponseTransportType.
9938 9939 9940 9941 9942 9943 9944 |
# File 'lib/quickfix_fields.rb', line 9938 def initialize(data = nil) if( data == nil ) super(725) else super(725, data) end end |
Class Method Details
.field ⇒ Object
9935 9936 9937 |
# File 'lib/quickfix_fields.rb', line 9935 def ResponseTransportType.field return 725 end |