Class: Quickfix::ApplLastSeqNum
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ApplLastSeqNum
Returns a new instance of ApplLastSeqNum.
18518 18519 18520 18521 18522 18523 18524 |
# File 'lib/quickfix_fields.rb', line 18518 def initialize(data = nil) if( data == nil ) super(1350) else super(1350, data) end end |
Class Method Details
.field ⇒ Object
18515 18516 18517 |
# File 'lib/quickfix_fields.rb', line 18515 def ApplLastSeqNum.field return 1350 end |