Class: Quickfix::EncodedCommissionDesc

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

Returns a new instance of EncodedCommissionDesc.



63004
63005
63006
63007
63008
63009
63010
# File 'lib/quickfix_fields.rb', line 63004

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

Class Method Details

.fieldObject



63001
63002
63003
# File 'lib/quickfix_fields.rb', line 63001

def EncodedCommissionDesc.field
  return 2652
end