Class: Quickfix::StreamCommoditySettlDayType

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

Returns a new instance of StreamCommoditySettlDayType.



45779
45780
45781
45782
45783
45784
45785
# File 'lib/quickfix_fields.rb', line 45779

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

Class Method Details

.fieldObject



45776
45777
45778
# File 'lib/quickfix_fields.rb', line 45776

def StreamCommoditySettlDayType.field
  return 41274
end