Class: Quickfix::UnderlyingStreamNotionalCommodityFrequency

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

Returns a new instance of UnderlyingStreamNotionalCommodityFrequency.



56530
56531
56532
56533
56534
56535
56536
# File 'lib/quickfix_fields.rb', line 56530

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

Class Method Details

.fieldObject



56527
56528
56529
# File 'lib/quickfix_fields.rb', line 56527

def UnderlyingStreamNotionalCommodityFrequency.field
  return 42021
end