Class: Quickfix::ApplLastSeqNum

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

.fieldObject



18515
18516
18517
# File 'lib/quickfix_fields.rb', line 18515

def ApplLastSeqNum.field
	return 1350
end