Class: Quickfix::PriceRangeRuleID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



62234
62235
62236
# File 'lib/quickfix_fields.rb', line 62234

def PriceRangeRuleID.field
  return 2556
end