Class: Quickfix::StreamCommoditySettlTimeZone

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

Returns a new instance of StreamCommoditySettlTimeZone.



46013
46014
46015
46016
46017
46018
46019
# File 'lib/quickfix_fields.rb', line 46013

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

Class Method Details

.fieldObject



46010
46011
46012
# File 'lib/quickfix_fields.rb', line 46010

def StreamCommoditySettlTimeZone.field
  return 41291
end