Class: Quickfix::ContraTrader

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) ⇒ ContraTrader

Returns a new instance of ContraTrader.



4270
4271
4272
4273
4274
4275
4276
# File 'lib/quickfix_fields.rb', line 4270

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

Class Method Details

.fieldObject



4267
4268
4269
# File 'lib/quickfix_fields.rb', line 4267

def ContraTrader.field
  return 337
end