Class: Quickfix::PaymentScheduleType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentScheduleType

Returns a new instance of PaymentScheduleType.



38070
38071
38072
38073
38074
38075
38076
# File 'lib/quickfix_fields.rb', line 38070

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