Class: Quickfix::ApplEndSeqNum
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ApplEndSeqNum
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplEndSeqNum
constructor
A new instance of ApplEndSeqNum.
Constructor Details
#initialize(data = nil) ⇒ ApplEndSeqNum
Returns a new instance of ApplEndSeqNum.
10406 10407 10408 10409 10410 10411 10412 |
# File 'lib/quickfix_fields.rb', line 10406 def initialize(data = nil) if( data == nil ) super(1183) else super(1183, data) end end |
Class Method Details
.field ⇒ Object
10403 10404 10405 |
# File 'lib/quickfix_fields.rb', line 10403 def ApplEndSeqNum.field return 1183 end |