Class: Quickfix::PriceRangeRuleID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PriceRangeRuleID

Returns a new instance of PriceRangeRuleID.



62237
62238
62239
62240
62241
62242
62243
# File 'lib/quickfix_fields.rb', line 62237

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