Class: Quickfix::DerivativeEventText
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeEventText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeEventText
constructor
A new instance of DerivativeEventText.
Constructor Details
#initialize(data = nil) ⇒ DerivativeEventText
Returns a new instance of DerivativeEventText.
7273 7274 7275 7276 7277 7278 7279 |
# File 'lib/quickfix_fields.rb', line 7273 def initialize(data = nil) if( data == nil ) super(1291) else super(1291, data) end end |
Class Method Details
.field ⇒ Object
7270 7271 7272 |
# File 'lib/quickfix_fields.rb', line 7270 def DerivativeEventText.field return 1291 end |