Class: Quickfix::SecondaryAllocID

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

Returns a new instance of SecondaryAllocID.



10809
10810
10811
10812
10813
10814
10815
# File 'lib/quickfix_fields.rb', line 10809

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

Class Method Details

.fieldObject



10806
10807
10808
# File 'lib/quickfix_fields.rb', line 10806

def SecondaryAllocID.field
	return 793
end