Class: Quickfix::SecondaryAllocID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecondaryAllocID

Returns a new instance of SecondaryAllocID.



14475
14476
14477
14478
14479
14480
14481
# File 'lib/quickfix_fields.rb', line 14475

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

Class Method Details

.fieldObject



14472
14473
14474
# File 'lib/quickfix_fields.rb', line 14472

def SecondaryAllocID.field
	return 793
end