Class: Quickfix::DefaultCstmApplVerID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DefaultCstmApplVerID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DefaultCstmApplVerID
constructor
A new instance of DefaultCstmApplVerID.
Constructor Details
#initialize(data = nil) ⇒ DefaultCstmApplVerID
Returns a new instance of DefaultCstmApplVerID.
903 904 905 906 907 908 909 |
# File 'lib/quickfix_fields.rb', line 903 def initialize(data = nil) if( data == nil ) super(1408) else super(1408, data) end end |