Class: Quickfix::ApplVerID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ApplVerID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplVerID
constructor
A new instance of ApplVerID.
Constructor Details
#initialize(data = nil) ⇒ ApplVerID
Returns a new instance of ApplVerID.
5427 5428 5429 5430 5431 5432 5433 |
# File 'lib/quickfix_fields.rb', line 5427 def initialize(data = nil) if( data == nil ) super(1128) else super(1128, data) end end |
Class Method Details
.field ⇒ Object
5424 5425 5426 |
# File 'lib/quickfix_fields.rb', line 5424 def ApplVerID.field return 1128 end |