Class: Quickfix::TradeCondition

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



3490
3491
3492
3493
3494
3495
3496
# File 'lib/quickfix_fields.rb', line 3490

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

Class Method Details

.fieldObject



3487
3488
3489
# File 'lib/quickfix_fields.rb', line 3487

def TradeCondition.field
  return 277
end