Class: Quickfix::PaymentLegRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentLegRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentLegRefID
constructor
A new instance of PaymentLegRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentLegRefID
Returns a new instance of PaymentLegRefID.
58012 58013 58014 58015 58016 58017 58018 |
# File 'lib/quickfix_fields.rb', line 58012 def initialize(data = nil) if( data == nil ) super(41304) else super(41304, data) end end |
Class Method Details
.field ⇒ Object
58009 58010 58011 |
# File 'lib/quickfix_fields.rb', line 58009 def PaymentLegRefID.field return 41304 end |