Class: Quickfix::DefaultApplVerID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DefaultApplVerID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DefaultApplVerID
constructor
A new instance of DefaultApplVerID.
Constructor Details
#initialize(data = nil) ⇒ DefaultApplVerID
786 787 788 789 790 791 792 |
# File 'lib/quickfix_fields.rb', line 786 def initialize(data = nil) if( data == nil ) super(1137) else super(1137, data) end end |