Class: Quickfix::StreamCommoditySettlPeriodXID

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



46143
46144
46145
46146
46147
46148
46149
# File 'lib/quickfix_fields.rb', line 46143

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

Class Method Details

.fieldObject



46140
46141
46142
# File 'lib/quickfix_fields.rb', line 46140

def StreamCommoditySettlPeriodXID.field
  return 41301
end