Class: Quickfix::UnderlyingComplexEventReferencePage
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingComplexEventReferencePage
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventReferencePage
constructor
A new instance of UnderlyingComplexEventReferencePage.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventReferencePage
Returns a new instance of UnderlyingComplexEventReferencePage.
52318 52319 52320 52321 52322 52323 52324 |
# File 'lib/quickfix_fields.rb', line 52318 def initialize(data = nil) if( data == nil ) super(41735) else super(41735, data) end end |