Class: Quickfix::UnderlyingPaymentScheduleFixingTimeBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentScheduleFixingTimeBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingTimeBusinessCenter
constructor
A new instance of UnderlyingPaymentScheduleFixingTimeBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingTimeBusinessCenter
Returns a new instance of UnderlyingPaymentScheduleFixingTimeBusinessCenter.
36341 36342 36343 36344 36345 36346 36347 |
# File 'lib/quickfix_fields.rb', line 36341 def initialize(data = nil) if( data == nil ) super(40696) else super(40696, data) end end |
Class Method Details
.field ⇒ Object
36338 36339 36340 |
# File 'lib/quickfix_fields.rb', line 36338 def .field return 40696 end |