Class: Quickfix::PaymentStreamResetDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamResetDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamResetDateBusinessCenter
constructor
A new instance of PaymentStreamResetDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamResetDateBusinessCenter
Returns a new instance of PaymentStreamResetDateBusinessCenter.
37212 37213 37214 37215 37216 37217 37218 |
# File 'lib/quickfix_fields.rb', line 37212 def initialize(data = nil) if( data == nil ) super(40763) else super(40763, data) end end |
Class Method Details
.field ⇒ Object
37209 37210 37211 |
# File 'lib/quickfix_fields.rb', line 37209 def PaymentStreamResetDateBusinessCenter.field return 40763 end |