Class: Quickfix::StreamCommoditySettlEnd

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

Returns a new instance of StreamCommoditySettlEnd.



45961
45962
45963
45964
45965
45966
45967
# File 'lib/quickfix_fields.rb', line 45961

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

Class Method Details

.fieldObject



45958
45959
45960
# File 'lib/quickfix_fields.rb', line 45958

def StreamCommoditySettlEnd.field
  return 41288
end