Class: Quickfix::UnderlyingPaymentStubStartDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStubStartDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateBusinessCenter
constructor
A new instance of UnderlyingPaymentStubStartDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateBusinessCenter
Returns a new instance of UnderlyingPaymentStubStartDateBusinessCenter.
73950 73951 73952 73953 73954 73955 73956 |
# File 'lib/quickfix_fields.rb', line 73950 def initialize(data = nil) if( data == nil ) super(43001) else super(43001, data) end end |
Class Method Details
.field ⇒ Object
73947 73948 73949 |
# File 'lib/quickfix_fields.rb', line 73947 def UnderlyingPaymentStubStartDateBusinessCenter.field return 43001 end |