Class: Quickfix::PaymentStreamPaymentFrequencyPeriod

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

Returns a new instance of PaymentStreamPaymentFrequencyPeriod.



37082
37083
37084
37085
37086
37087
37088
# File 'lib/quickfix_fields.rb', line 37082

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

Class Method Details

.fieldObject



37079
37080
37081
# File 'lib/quickfix_fields.rb', line 37079

def PaymentStreamPaymentFrequencyPeriod.field
  return 40753
end