Class: Quickfix::QuotePriceType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ QuotePriceType

Returns a new instance of QuotePriceType.



1189
1190
1191
1192
1193
1194
1195
# File 'lib/quickfix_fields.rb', line 1189

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

Class Method Details

.fieldObject



1186
1187
1188
# File 'lib/quickfix_fields.rb', line 1186

def QuotePriceType.field
	return 692
end