Class: Quickfix::ApplNewSeqNum
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ ApplNewSeqNum
Returns a new instance of ApplNewSeqNum.
1943 1944 1945 1946 1947 1948 1949 |
# File 'lib/quickfix_fields.rb', line 1943 def initialize(data = nil) if( data == nil ) super(1399) else super(1399, data) end end |
Class Method Details
.field ⇒ Object
1940 1941 1942 |
# File 'lib/quickfix_fields.rb', line 1940 def ApplNewSeqNum.field return 1399 end |