Class: Quickfix::DefaultCstmApplVerID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DefaultCstmApplVerID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
17946 17947 17948 17949 17950 17951 17952 |
# File 'lib/quickfix_fields.rb', line 17946 def initialize(data = nil) if( data == nil ) super(1408) else super(1408, data) end end |
Class Method Details
.field ⇒ Object
17943 17944 17945 |
# File 'lib/quickfix_fields.rb', line 17943 def DefaultCstmApplVerID.field return 1408 end |