Class: Quickfix::LegPaymentScheduleType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentScheduleType

Returns a new instance of LegPaymentScheduleType.



32168
32169
32170
32171
32172
32173
32174
# File 'lib/quickfix_fields.rb', line 32168

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