Class: Quickfix::ComplexEventReferencePage
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ComplexEventReferencePage
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventReferencePage
constructor
A new instance of ComplexEventReferencePage.
Constructor Details
#initialize(data = nil) ⇒ ComplexEventReferencePage
Returns a new instance of ComplexEventReferencePage.
40982 40983 40984 40985 40986 40987 40988 |
# File 'lib/quickfix_fields.rb', line 40982 def initialize(data = nil) if( data == nil ) super(41016) else super(41016, data) end end |