Class: Quickfix::DiscretionLimitType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::DiscretionLimitType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DiscretionLimitType
constructor
A new instance of DiscretionLimitType.
Constructor Details
#initialize(data = nil) ⇒ DiscretionLimitType
Returns a new instance of DiscretionLimitType.
7104 7105 7106 7107 7108 7109 7110 |
# File 'lib/quickfix_fields.rb', line 7104 def initialize(data = nil) if( data == nil ) super(843) else super(843, data) end end |
Class Method Details
.field ⇒ Object
7101 7102 7103 |
# File 'lib/quickfix_fields.rb', line 7101 def DiscretionLimitType.field return 843 end |