Class: Quickfix::DiscretionLimitType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DiscretionLimitType
Returns a new instance of DiscretionLimitType.
11433 11434 11435 11436 11437 11438 11439 |
# File 'lib/quickfix_fields.rb', line 11433 def initialize(data = nil) if( data == nil ) super(843) else super(843, data) end end |
Class Method Details
.field ⇒ Object
11430 11431 11432 |
# File 'lib/quickfix_fields.rb', line 11430 def DiscretionLimitType.field return 843 end |