Class: Quickfix::StreamCommoditySettlPeriodPriceCurrency

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

Returns a new instance of StreamCommoditySettlPeriodPriceCurrency.



46117
46118
46119
46120
46121
46122
46123
# File 'lib/quickfix_fields.rb', line 46117

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

Class Method Details

.fieldObject



46114
46115
46116
# File 'lib/quickfix_fields.rb', line 46114

def StreamCommoditySettlPeriodPriceCurrency.field
  return 41299
end