Class: Quickfix::RefApplLastSeqNum

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RefApplLastSeqNum

Returns a new instance of RefApplLastSeqNum.



8326
8327
8328
8329
8330
8331
8332
# File 'lib/quickfix_fields.rb', line 8326

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

Class Method Details

.fieldObject



8323
8324
8325
# File 'lib/quickfix_fields.rb', line 8323

def RefApplLastSeqNum.field
	return 1357
end