Class: Quickfix::TradeCondition

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradeCondition



15008
15009
15010
15011
15012
15013
15014
# File 'lib/quickfix_fields.rb', line 15008

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

Class Method Details

.fieldObject



15005
15006
15007
# File 'lib/quickfix_fields.rb', line 15005

def TradeCondition.field
  return 277
end