Class: Quickfix::UnderlyingStreamCommodityXIDRef

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

Returns a new instance of UnderlyingStreamCommodityXIDRef.



56114
56115
56116
56117
56118
56119
56120
# File 'lib/quickfix_fields.rb', line 56114

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

Class Method Details

.fieldObject



56111
56112
56113
# File 'lib/quickfix_fields.rb', line 56111

def UnderlyingStreamCommodityXIDRef.field
  return 41989
end