Class: Quickfix::ApplBegSeqNum

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ApplBegSeqNum

Returns a new instance of ApplBegSeqNum.



18349
18350
18351
18352
18353
18354
18355
# File 'lib/quickfix_fields.rb', line 18349

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

Class Method Details

.fieldObject



18346
18347
18348
# File 'lib/quickfix_fields.rb', line 18346

def ApplBegSeqNum.field
	return 1182
end