Class: Quickfix::ApplReqID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ApplReqID

Returns a new instance of ApplReqID.



18466
18467
18468
18469
18470
18471
18472
# File 'lib/quickfix_fields.rb', line 18466

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

Class Method Details

.fieldObject



18463
18464
18465
# File 'lib/quickfix_fields.rb', line 18463

def ApplReqID.field
	return 1346
end