Class: Quickfix::PrimaryServiceLocationID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PrimaryServiceLocationID

Returns a new instance of PrimaryServiceLocationID.



62380
62381
62382
62383
62384
62385
62386
# File 'lib/quickfix_fields.rb', line 62380

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