Class: Quickfix::SettlInstSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlInstSource

Returns a new instance of SettlInstSource.



6090
6091
6092
6093
6094
6095
6096
# File 'lib/quickfix_fields.rb', line 6090

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

Class Method Details

.fieldObject



6087
6088
6089
# File 'lib/quickfix_fields.rb', line 6087

def SettlInstSource.field
	return 165
end