Class: Quickfix::ReferencePage
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ReferencePage
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReferencePage
constructor
A new instance of ReferencePage.
Constructor Details
#initialize(data = nil) ⇒ ReferencePage
Returns a new instance of ReferencePage.
18323 18324 18325 18326 18327 18328 18329 |
# File 'lib/quickfix_fields.rb', line 18323 def initialize(data = nil) if( data == nil ) super(1448) else super(1448, data) end end |
Class Method Details
.field ⇒ Object
18320 18321 18322 |
# File 'lib/quickfix_fields.rb', line 18320 def ReferencePage.field return 1448 end |