Class: Quickfix::SideReasonCd

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



13539
13540
13541
13542
13543
13544
13545
# File 'lib/quickfix_fields.rb', line 13539

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

Class Method Details

.fieldObject



13536
13537
13538
# File 'lib/quickfix_fields.rb', line 13536

def SideReasonCd.field
	return 1007
end