Class: Quickfix::LegPaymentScheduleXID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentScheduleXID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleXID
constructor
A new instance of LegPaymentScheduleXID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleXID
Returns a new instance of LegPaymentScheduleXID.
49718 49719 49720 49721 49722 49723 49724 |
# File 'lib/quickfix_fields.rb', line 49718 def initialize(data = nil) if( data == nil ) super(41533) else super(41533, data) end end |
Class Method Details
.field ⇒ Object
49715 49716 49717 |
# File 'lib/quickfix_fields.rb', line 49715 def LegPaymentScheduleXID.field return 41533 end |