Class: Quickfix::LegStreamCommodityXIDRef

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

Returns a new instance of LegStreamCommodityXIDRef.



51512
51513
51514
51515
51516
51517
51518
# File 'lib/quickfix_fields.rb', line 51512

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

Class Method Details

.fieldObject



51509
51510
51511
# File 'lib/quickfix_fields.rb', line 51509

def LegStreamCommodityXIDRef.field
  return 41673
end