Class: Quickfix::NoRequestedRiskLimitType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoRequestedRiskLimitType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoRequestedRiskLimitType
constructor
A new instance of NoRequestedRiskLimitType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoRequestedRiskLimitType
Returns a new instance of NoRequestedRiskLimitType.
21352 21353 21354 21355 21356 21357 21358 |
# File 'lib/quickfix_fields.rb', line 21352 def initialize(data = nil) if( data == nil ) super(1668) else super(1668, data) end end |
Class Method Details
.field ⇒ Object
21349 21350 21351 |
# File 'lib/quickfix_fields.rb', line 21349 def NoRequestedRiskLimitType.field return 1668 end |