Class: Quickfix::StreamCommoditySettlTimeType

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

Returns a new instance of StreamCommoditySettlTimeType.



45974
45975
45976
45977
45978
45979
45980
# File 'lib/quickfix_fields.rb', line 45974

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

Class Method Details

.fieldObject



45971
45972
45973
# File 'lib/quickfix_fields.rb', line 45971

def StreamCommoditySettlTimeType.field
  return 41588
end