Class: Quickfix::LegStreamNotionalCommodityFrequency

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

Returns a new instance of LegStreamNotionalCommodityFrequency.



51928
51929
51930
51931
51932
51933
51934
# File 'lib/quickfix_fields.rb', line 51928

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

Class Method Details

.fieldObject



51925
51926
51927
# File 'lib/quickfix_fields.rb', line 51925

def LegStreamNotionalCommodityFrequency.field
  return 41705
end