Class: Quickfix::Scope
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ Scope
11693 11694 11695 11696 11697 11698 11699 |
# File 'lib/quickfix_fields.rb', line 11693 def initialize(data = nil) if( data == nil ) super(546) else super(546, data) end end |
Class Method Details
.field ⇒ Object
11690 11691 11692 |
# File 'lib/quickfix_fields.rb', line 11690 def Scope.field return 546 end |