Class: Quickfix::LegPaymentScheduleRateSourceType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentScheduleRateSourceType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleRateSourceType
constructor
A new instance of LegPaymentScheduleRateSourceType.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleRateSourceType
Returns a new instance of LegPaymentScheduleRateSourceType.
32701 32702 32703 32704 32705 32706 32707 |
# File 'lib/quickfix_fields.rb', line 32701 def initialize(data = nil) if( data == nil ) super(40416) else super(40416, data) end end |