Class: Quickfix::UnderlyingStreamCommodityRateReferencePage

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

Returns a new instance of UnderlyingStreamCommodityRateReferencePage.



55932
55933
55934
55935
55936
55937
55938
# File 'lib/quickfix_fields.rb', line 55932

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

Class Method Details

.fieldObject



55929
55930
55931
# File 'lib/quickfix_fields.rb', line 55929

def UnderlyingStreamCommodityRateReferencePage.field
  return 41975
end