Class: Quickfix::UnderlyingStreamCommoditySettlEnd

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



56270
56271
56272
56273
56274
56275
56276
# File 'lib/quickfix_fields.rb', line 56270

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

Class Method Details

.fieldObject



56267
56268
56269
# File 'lib/quickfix_fields.rb', line 56267

def UnderlyingStreamCommoditySettlEnd.field
  return 42001
end