Class: Quickfix::ApplBegSeqNum

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) ⇒ ApplBegSeqNum

Returns a new instance of ApplBegSeqNum.



15762
15763
15764
15765
15766
15767
15768
# File 'lib/quickfix_fields.rb', line 15762

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

Class Method Details

.fieldObject



15759
15760
15761
# File 'lib/quickfix_fields.rb', line 15759

def ApplBegSeqNum.field
	return 1182
end