Class: Quickfix::UnderlyingReturnTrigger
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingReturnTrigger
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnTrigger
constructor
A new instance of UnderlyingReturnTrigger.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnTrigger
Returns a new instance of UnderlyingReturnTrigger.
76498 76499 76500 76501 76502 76503 76504 |
# File 'lib/quickfix_fields.rb', line 76498 def initialize(data = nil) if( data == nil ) super(2757) else super(2757, data) end end |
Class Method Details
.field ⇒ Object
76495 76496 76497 |
# File 'lib/quickfix_fields.rb', line 76495 def .field return 2757 end |