Class: Quickfix::LegPaymentScheduleXIDRef
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentScheduleXIDRef
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleXIDRef
constructor
A new instance of LegPaymentScheduleXIDRef.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleXIDRef
Returns a new instance of LegPaymentScheduleXIDRef.
49731 49732 49733 49734 49735 49736 49737 |
# File 'lib/quickfix_fields.rb', line 49731 def initialize(data = nil) if( data == nil ) super(41534) else super(41534, data) end end |
Class Method Details
.field ⇒ Object
49728 49729 49730 |
# File 'lib/quickfix_fields.rb', line 49728 def LegPaymentScheduleXIDRef.field return 41534 end |