Class: Quickfix::PaymentScheduleXID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentScheduleXID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleXID
constructor
A new instance of PaymentScheduleXID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleXID
Returns a new instance of PaymentScheduleXID.
44375 44376 44377 44378 44379 44380 44381 |
# File 'lib/quickfix_fields.rb', line 44375 def initialize(data = nil) if( data == nil ) super(41164) else super(41164, data) end end |
Class Method Details
.field ⇒ Object
44372 44373 44374 |
# File 'lib/quickfix_fields.rb', line 44372 def PaymentScheduleXID.field return 41164 end |