Class: Quickfix::LastNetworkResponseID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LastNetworkResponseID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LastNetworkResponseID
constructor
A new instance of LastNetworkResponseID.
Constructor Details
#initialize(data = nil) ⇒ LastNetworkResponseID
Returns a new instance of LastNetworkResponseID.
9457 9458 9459 9460 9461 9462 9463 |
# File 'lib/quickfix_fields.rb', line 9457 def initialize(data = nil) if( data == nil ) super(934) else super(934, data) end end |
Class Method Details
.field ⇒ Object
9454 9455 9456 |
# File 'lib/quickfix_fields.rb', line 9454 def LastNetworkResponseID.field return 934 end |