Class: Quickfix::ApplNewSeqNum
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ApplNewSeqNum
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplNewSeqNum
constructor
A new instance of ApplNewSeqNum.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ApplNewSeqNum
Returns a new instance of ApplNewSeqNum.
18622 18623 18624 18625 18626 18627 18628 |
# File 'lib/quickfix_fields.rb', line 18622 def initialize(data = nil) if( data == nil ) super(1399) else super(1399, data) end end |
Class Method Details
.field ⇒ Object
18619 18620 18621 |
# File 'lib/quickfix_fields.rb', line 18619 def ApplNewSeqNum.field return 1399 end |