Class: Quickfix::ExecInstValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ExecInstValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExecInstValue
constructor
A new instance of ExecInstValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ExecInstValue
Returns a new instance of ExecInstValue.
17348 17349 17350 17351 17352 17353 17354 |
# File 'lib/quickfix_fields.rb', line 17348 def initialize(data = nil) if( data == nil ) super(1308) else super(1308, data) end end |
Class Method Details
.field ⇒ Object
17345 17346 17347 |
# File 'lib/quickfix_fields.rb', line 17345 def ExecInstValue.field return 1308 end |