Class: Quickfix::StandInstDbID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StandInstDbID

Returns a new instance of StandInstDbID.



7741
7742
7743
7744
7745
7746
7747
# File 'lib/quickfix_fields.rb', line 7741

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

Class Method Details

.fieldObject



7738
7739
7740
# File 'lib/quickfix_fields.rb', line 7738

def StandInstDbID.field
	return 171
end