Class: Quickfix::QuoteEntryStatus

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ QuoteEntryStatus

Returns a new instance of QuoteEntryStatus.



9158
9159
9160
9161
9162
9163
9164
# File 'lib/quickfix_fields.rb', line 9158

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

Class Method Details

.fieldObject



9155
9156
9157
# File 'lib/quickfix_fields.rb', line 9155

def QuoteEntryStatus.field
	return 1167
end