Class: Quickfix::LegOptionExerciseExpirationDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegOptionExerciseExpirationDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptionExerciseExpirationDateRelativeTo
constructor
A new instance of LegOptionExerciseExpirationDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegOptionExerciseExpirationDateRelativeTo
49523 49524 49525 49526 49527 49528 49529 |
# File 'lib/quickfix_fields.rb', line 49523 def initialize(data = nil) if( data == nil ) super(41518) else super(41518, data) end end |
Class Method Details
.field ⇒ Object
49520 49521 49522 |
# File 'lib/quickfix_fields.rb', line 49520 def LegOptionExerciseExpirationDateRelativeTo.field return 41518 end |