Class: Quickfix::NoComplexEventDates
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoComplexEventDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoComplexEventDates
constructor
A new instance of NoComplexEventDates.
Constructor Details
#initialize(data = nil) ⇒ NoComplexEventDates
Returns a new instance of NoComplexEventDates.
6688 6689 6690 6691 6692 6693 6694 |
# File 'lib/quickfix_fields.rb', line 6688 def initialize(data = nil) if( data == nil ) super(1491) else super(1491, data) end end |
Class Method Details
.field ⇒ Object
6685 6686 6687 |
# File 'lib/quickfix_fields.rb', line 6685 def NoComplexEventDates.field return 1491 end |