Class: Quickfix::NoPartyRiskLimits
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoPartyRiskLimits
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPartyRiskLimits
constructor
A new instance of NoPartyRiskLimits.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoPartyRiskLimits
Returns a new instance of NoPartyRiskLimits.
21456 21457 21458 21459 21460 21461 21462 |
# File 'lib/quickfix_fields.rb', line 21456 def initialize(data = nil) if( data == nil ) super(1677) else super(1677, data) end end |
Class Method Details
.field ⇒ Object
21453 21454 21455 |
# File 'lib/quickfix_fields.rb', line 21453 def NoPartyRiskLimits.field return 1677 end |