Class: Quickfix::Scope
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::Scope
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Scope
constructor
A new instance of Scope.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ Scope
Returns a new instance of Scope.
7481 7482 7483 7484 7485 7486 7487 |
# File 'lib/quickfix_fields.rb', line 7481 def initialize(data = nil) if( data == nil ) super(546) else super(546, data) end end |
Class Method Details
.field ⇒ Object
7478 7479 7480 |
# File 'lib/quickfix_fields.rb', line 7478 def Scope.field return 546 end |