Class: Quickfix::UnderlyingContractPriceRefMonth

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingContractPriceRefMonth

Returns a new instance of UnderlyingContractPriceRefMonth.



24069
24070
24071
24072
24073
24074
24075
# File 'lib/quickfix_fields.rb', line 24069

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