Class: Quickfix::RefApplID

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

Returns a new instance of RefApplID.



18583
18584
18585
18586
18587
18588
18589
# File 'lib/quickfix_fields.rb', line 18583

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

Class Method Details

.fieldObject



18580
18581
18582
# File 'lib/quickfix_fields.rb', line 18580

def RefApplID.field
	return 1355
end