Class: Quickfix::UnderlyingPaymentStreamPaymentFrequencyPeriod

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentFrequencyPeriod

Returns a new instance of UnderlyingPaymentStreamPaymentFrequencyPeriod.



34872
34873
34874
34875
34876
34877
34878
# File 'lib/quickfix_fields.rb', line 34872

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