Class: Quickfix::ApplLastSeqNum
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ApplLastSeqNum
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplLastSeqNum
constructor
A new instance of ApplLastSeqNum.
Constructor Details
#initialize(data = nil) ⇒ ApplLastSeqNum
Returns a new instance of ApplLastSeqNum.
2580 2581 2582 2583 2584 2585 2586 |
# File 'lib/quickfix_fields.rb', line 2580 def initialize(data = nil) if( data == nil ) super(1350) else super(1350, data) end end |
Class Method Details
.field ⇒ Object
2577 2578 2579 |
# File 'lib/quickfix_fields.rb', line 2577 def ApplLastSeqNum.field return 1350 end |