Class: Quickfix::RefApplID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RefApplID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RefApplID
constructor
A new instance of RefApplID.
Constructor Details
#initialize(data = nil) ⇒ RefApplID
Returns a new instance of RefApplID.
18583 18584 18585 18586 18587 18588 18589 |
# File 'lib/quickfix_fields.rb', line 18583 def initialize(data = nil) if( data == nil ) super(1355) else super(1355, data) end end |