Class: Quickfix::SettlLocation

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlLocation

Returns a new instance of SettlLocation.



18817
18818
18819
18820
18821
18822
18823
# File 'lib/quickfix_fields.rb', line 18817

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

Class Method Details

.fieldObject



18814
18815
18816
# File 'lib/quickfix_fields.rb', line 18814

def SettlLocation.field
	return 166
end