Class: Quickfix::LegPaymentStreamResetDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamResetDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamResetDateBusinessCenter
constructor
A new instance of LegPaymentStreamResetDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamResetDateBusinessCenter
Returns a new instance of LegPaymentStreamResetDateBusinessCenter.
31258 31259 31260 31261 31262 31263 31264 |
# File 'lib/quickfix_fields.rb', line 31258 def initialize(data = nil) if( data == nil ) super(40305) else super(40305, data) end end |
Class Method Details
.field ⇒ Object
31255 31256 31257 |
# File 'lib/quickfix_fields.rb', line 31255 def LegPaymentStreamResetDateBusinessCenter.field return 40305 end |