Class: Quickfix::DerivativeEventType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::DerivativeEventType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeEventType
constructor
A new instance of DerivativeEventType.
Constructor Details
#initialize(data = nil) ⇒ DerivativeEventType
Returns a new instance of DerivativeEventType.
5739 5740 5741 5742 5743 5744 5745 |
# File 'lib/quickfix_fields.rb', line 5739 def initialize(data = nil) if( data == nil ) super(1287) else super(1287, data) end end |
Class Method Details
.field ⇒ Object
5736 5737 5738 |
# File 'lib/quickfix_fields.rb', line 5736 def DerivativeEventType.field return 1287 end |