Class: Quickfix::LegSwapType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegSwapType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSwapType
constructor
A new instance of LegSwapType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegSwapType
Returns a new instance of LegSwapType.
9483 9484 9485 9486 9487 9488 9489 |
# File 'lib/quickfix_fields.rb', line 9483 def initialize(data = nil) if( data == nil ) super(690) else super(690, data) end end |
Class Method Details
.field ⇒ Object
9480 9481 9482 |
# File 'lib/quickfix_fields.rb', line 9480 def LegSwapType.field return 690 end |