Class: Quickfix::DiscretionScope
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DiscretionScope
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DiscretionScope
constructor
A new instance of DiscretionScope.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DiscretionScope
Returns a new instance of DiscretionScope.
11472 11473 11474 11475 11476 11477 11478 |
# File 'lib/quickfix_fields.rb', line 11472 def initialize(data = nil) if( data == nil ) super(846) else super(846, data) end end |
Class Method Details
.field ⇒ Object
11469 11470 11471 |
# File 'lib/quickfix_fields.rb', line 11469 def DiscretionScope.field return 846 end |