Class: Quickfix::StreamCommoditySettlDay

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ StreamCommoditySettlDay

Returns a new instance of StreamCommoditySettlDay.



45909
45910
45911
45912
45913
45914
45915
# File 'lib/quickfix_fields.rb', line 45909

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

Class Method Details

.fieldObject



45906
45907
45908
# File 'lib/quickfix_fields.rb', line 45906

def StreamCommoditySettlDay.field
  return 41284
end