Class: Quickfix::LegStreamCommodityType

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

Returns a new instance of LegStreamCommodityType.



51200
51201
51202
51203
51204
51205
51206
# File 'lib/quickfix_fields.rb', line 51200

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

Class Method Details

.fieldObject



51197
51198
51199
# File 'lib/quickfix_fields.rb', line 51197

def LegStreamCommodityType.field
  return 41649
end