Class: Quickfix::CstmApplVerID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CstmApplVerID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CstmApplVerID
constructor
A new instance of CstmApplVerID.
Constructor Details
#initialize(data = nil) ⇒ CstmApplVerID
Returns a new instance of CstmApplVerID.
15814 15815 15816 15817 15818 15819 15820 |
# File 'lib/quickfix_fields.rb', line 15814 def initialize(data = nil) if( data == nil ) super(1129) else super(1129, data) end end |
Class Method Details
.field ⇒ Object
15811 15812 15813 |
# File 'lib/quickfix_fields.rb', line 15811 def CstmApplVerID.field return 1129 end |