Class: Quickfix::LegContractPriceRefMonth

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

Returns a new instance of LegContractPriceRefMonth.



42750
42751
42752
42753
42754
42755
42756
# File 'lib/quickfix_fields.rb', line 42750

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

Class Method Details

.fieldObject



42747
42748
42749
# File 'lib/quickfix_fields.rb', line 42747

def LegContractPriceRefMonth.field
  return 2168
end