Class: Quickfix::UnderlyingDeliveryScheduleNotionalCommodityFrequency

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

Returns a new instance of UnderlyingDeliveryScheduleNotionalCommodityFrequency.



52955
52956
52957
52958
52959
52960
52961
# File 'lib/quickfix_fields.rb', line 52955

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

Class Method Details

.fieldObject



52952
52953
52954
# File 'lib/quickfix_fields.rb', line 52952

def UnderlyingDeliveryScheduleNotionalCommodityFrequency.field
  return 41761
end