Class: Quickfix::RefCstmApplVerID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RefCstmApplVerID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RefCstmApplVerID
constructor
A new instance of RefCstmApplVerID.
Constructor Details
#initialize(data = nil) ⇒ RefCstmApplVerID
Returns a new instance of RefCstmApplVerID.
773 774 775 776 777 778 779 |
# File 'lib/quickfix_fields.rb', line 773 def initialize(data = nil) if( data == nil ) super(1131) else super(1131, data) end end |