Class: Quickfix::LegReturnTrigger
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegReturnTrigger
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnTrigger
constructor
A new instance of LegReturnTrigger.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegReturnTrigger
Returns a new instance of LegReturnTrigger.
76472 76473 76474 76475 76476 76477 76478 |
# File 'lib/quickfix_fields.rb', line 76472 def initialize(data = nil) if( data == nil ) super(2755) else super(2755, data) end end |
Class Method Details
.field ⇒ Object
76469 76470 76471 |
# File 'lib/quickfix_fields.rb', line 76469 def LegReturnTrigger.field return 2755 end |