Class: Quickfix::TriggerPriceType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TriggerPriceType

Returns a new instance of TriggerPriceType.



9171
9172
9173
9174
9175
9176
9177
# File 'lib/quickfix_fields.rb', line 9171

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

Class Method Details

.fieldObject



9168
9169
9170
# File 'lib/quickfix_fields.rb', line 9168

def TriggerPriceType.field
	return 1107
end