Class: Quickfix::LegStreamCommoditySettlEnd

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

Returns a new instance of LegStreamCommoditySettlEnd.



51668
51669
51670
51671
51672
51673
51674
# File 'lib/quickfix_fields.rb', line 51668

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

Class Method Details

.fieldObject



51665
51666
51667
# File 'lib/quickfix_fields.rb', line 51665

def LegStreamCommoditySettlEnd.field
  return 41685
end