Class: Quickfix::UnderlyingEventTimePeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingEventTimePeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingEventTimePeriod
constructor
A new instance of UnderlyingEventTimePeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingEventTimePeriod
Returns a new instance of UnderlyingEventTimePeriod.
26006 26007 26008 26009 26010 26011 26012 |
# File 'lib/quickfix_fields.rb', line 26006 def initialize(data = nil) if( data == nil ) super(1986) else super(1986, data) end end |
Class Method Details
.field ⇒ Object
26003 26004 26005 |
# File 'lib/quickfix_fields.rb', line 26003 def .field return 1986 end |