Class: Quickfix::ResponseTransportType
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ ResponseTransportType
Returns a new instance of ResponseTransportType.
5258 5259 5260 5261 5262 5263 5264 |
# File 'lib/quickfix_fields.rb', line 5258 def initialize(data = nil) if( data == nil ) super(725) else super(725, data) end end |
Class Method Details
.field ⇒ Object
5255 5256 5257 |
# File 'lib/quickfix_fields.rb', line 5255 def ResponseTransportType.field return 725 end |