Class: Quickfix::LegStreamCommoditySettlPeriodPriceCurrency

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

Returns a new instance of LegStreamCommoditySettlPeriodPriceCurrency.



51824
51825
51826
51827
51828
51829
51830
# File 'lib/quickfix_fields.rb', line 51824

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

Class Method Details

.fieldObject



51821
51822
51823
# File 'lib/quickfix_fields.rb', line 51821

def LegStreamCommoditySettlPeriodPriceCurrency.field
  return 41696
end