Class: Quickfix::Concession

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ Concession

Returns a new instance of Concession.



5895
5896
5897
5898
5899
5900
5901
# File 'lib/quickfix_fields.rb', line 5895

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

Class Method Details

.fieldObject



5892
5893
5894
# File 'lib/quickfix_fields.rb', line 5892

def Concession.field
  return 238
end