Class: Quickfix::LegStreamNotionalFrequencyPeriod

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

Returns a new instance of LegStreamNotionalFrequencyPeriod.



51902
51903
51904
51905
51906
51907
51908
# File 'lib/quickfix_fields.rb', line 51902

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

Class Method Details

.fieldObject



51899
51900
51901
# File 'lib/quickfix_fields.rb', line 51899

def LegStreamNotionalFrequencyPeriod.field
  return 41703
end