Class: Quickfix::DiscretionScope
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ DiscretionScope
Returns a new instance of DiscretionScope.
18947 18948 18949 18950 18951 18952 18953 |
# File 'lib/quickfix_fields.rb', line 18947 def initialize(data = nil) if( data == nil ) super(846) else super(846, data) end end |
Class Method Details
.field ⇒ Object
18944 18945 18946 |
# File 'lib/quickfix_fields.rb', line 18944 def DiscretionScope.field return 846 end |