Class: Quickfix::ApplReqID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ApplReqID

Returns a new instance of ApplReqID.



357
358
359
360
361
362
363
# File 'lib/quickfix_fields.rb', line 357

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

Class Method Details

.fieldObject



354
355
356
# File 'lib/quickfix_fields.rb', line 354

def ApplReqID.field
	return 1346
end