Class: Quickfix::NoLegContractualMatrices
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegContractualMatrices
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegContractualMatrices
constructor
A new instance of NoLegContractualMatrices.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegContractualMatrices
Returns a new instance of NoLegContractualMatrices.
61249 61250 61251 61252 61253 61254 61255 |
# File 'lib/quickfix_fields.rb', line 61249 def initialize(data = nil) if( data == nil ) super(42203) else super(42203, data) end end |
Class Method Details
.field ⇒ Object
61246 61247 61248 |
# File 'lib/quickfix_fields.rb', line 61246 def NoLegContractualMatrices.field return 42203 end |