Class: Quickfix::LastNetworkResponseID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LastNetworkResponseID
Returns a new instance of LastNetworkResponseID.
12603 12604 12605 12606 12607 12608 12609 |
# File 'lib/quickfix_fields.rb', line 12603 def initialize(data = nil) if( data == nil ) super(934) else super(934, data) end end |
Class Method Details
.field ⇒ Object
12600 12601 12602 |
# File 'lib/quickfix_fields.rb', line 12600 def LastNetworkResponseID.field return 934 end |