Class: Quickfix::LegDeliveryScheduleNotionalCommodityFrequency

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

Returns a new instance of LegDeliveryScheduleNotionalCommodityFrequency.



48054
48055
48056
48057
48058
48059
48060
# File 'lib/quickfix_fields.rb', line 48054

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

Class Method Details

.fieldObject



48051
48052
48053
# File 'lib/quickfix_fields.rb', line 48051

def LegDeliveryScheduleNotionalCommodityFrequency.field
  return 41413
end