Class: Quickfix::UnderlyingStreamCommoditySettlStart

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

Returns a new instance of UnderlyingStreamCommoditySettlStart.



56257
56258
56259
56260
56261
56262
56263
# File 'lib/quickfix_fields.rb', line 56257

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

Class Method Details

.fieldObject



56254
56255
56256
# File 'lib/quickfix_fields.rb', line 56254

def UnderlyingStreamCommoditySettlStart.field
  return 42000
end