Class: Quickfix::LegEventTimePeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegEventTimePeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegEventTimePeriod
constructor
A new instance of LegEventTimePeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegEventTimePeriod
Returns a new instance of LegEventTimePeriod.
27020 27021 27022 27023 27024 27025 27026 |
# File 'lib/quickfix_fields.rb', line 27020 def initialize(data = nil) if( data == nil ) super(2064) else super(2064, data) end end |
Class Method Details
.field ⇒ Object
27017 27018 27019 |
# File 'lib/quickfix_fields.rb', line 27017 def LegEventTimePeriod.field return 2064 end |