Class: Quickfix::ProtectionTermEventPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ProtectionTermEventPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermEventPeriod
constructor
A new instance of ProtectionTermEventPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ProtectionTermEventPeriod
Returns a new instance of ProtectionTermEventPeriod.
29841 29842 29843 29844 29845 29846 29847 |
# File 'lib/quickfix_fields.rb', line 29841 def initialize(data = nil) if( data == nil ) super(40195) else super(40195, data) end end |
Class Method Details
.field ⇒ Object
29838 29839 29840 |
# File 'lib/quickfix_fields.rb', line 29838 def ProtectionTermEventPeriod.field return 40195 end |