Class: Quickfix::PaymentScheduleXIDRef
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentScheduleXIDRef
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleXIDRef
constructor
A new instance of PaymentScheduleXIDRef.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleXIDRef
Returns a new instance of PaymentScheduleXIDRef.
44388 44389 44390 44391 44392 44393 44394 |
# File 'lib/quickfix_fields.rb', line 44388 def initialize(data = nil) if( data == nil ) super(41165) else super(41165, data) end end |
Class Method Details
.field ⇒ Object
44385 44386 44387 |
# File 'lib/quickfix_fields.rb', line 44385 def PaymentScheduleXIDRef.field return 41165 end |