Class: Quickfix::StreamCommodityXIDRef

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

Returns a new instance of StreamCommodityXIDRef.



45805
45806
45807
45808
45809
45810
45811
# File 'lib/quickfix_fields.rb', line 45805

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

Class Method Details

.fieldObject



45802
45803
45804
# File 'lib/quickfix_fields.rb', line 45802

def StreamCommodityXIDRef.field
  return 41276
end