Class: Quickfix::RefCompID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RefCompID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RefCompID
constructor
A new instance of RefCompID.
Constructor Details
#initialize(data = nil) ⇒ RefCompID
Returns a new instance of RefCompID.
12551 12552 12553 12554 12555 12556 12557 |
# File 'lib/quickfix_fields.rb', line 12551 def initialize(data = nil) if( data == nil ) super(930) else super(930, data) end end |