Class: Quickfix::StandInstDbName

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StandInstDbName

Returns a new instance of StandInstDbName.



2619
2620
2621
2622
2623
2624
2625
# File 'lib/quickfix_fields.rb', line 2619

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