Class: Quickfix::ApplLastSeqNum

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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