Class: Quickfix::RefCstmApplVerID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RefCstmApplVerID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
2125 2126 2127 2128 2129 2130 2131 |
# File 'lib/quickfix_fields.rb', line 2125 def initialize(data = nil) if( data == nil ) super(1131) else super(1131, data) end end |
Class Method Details
.field ⇒ Object
2122 2123 2124 |
# File 'lib/quickfix_fields.rb', line 2122 def RefCstmApplVerID.field return 1131 end |