Class: Quickfix::ApplLastSeqNum

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ApplLastSeqNum

Returns a new instance of ApplLastSeqNum.



2580
2581
2582
2583
2584
2585
2586
# File 'lib/quickfix_fields.rb', line 2580

def initialize(data = nil)
	if( data == nil )
		super(1350)
	else
		super(1350, data)
	end
end

Class Method Details

.fieldObject



2577
2578
2579
# File 'lib/quickfix_fields.rb', line 2577

def ApplLastSeqNum.field
	return 1350
end