Class: Quickfix::PaymentScheduleFixingTimeBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentScheduleFixingTimeBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleFixingTimeBusinessCenter
constructor
A new instance of PaymentScheduleFixingTimeBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleFixingTimeBusinessCenter
Returns a new instance of PaymentScheduleFixingTimeBusinessCenter.
38473 38474 38475 38476 38477 38478 38479 |
# File 'lib/quickfix_fields.rb', line 38473 def initialize(data = nil) if( data == nil ) super(40860) else super(40860, data) end end |
Class Method Details
.field ⇒ Object
38470 38471 38472 |
# File 'lib/quickfix_fields.rb', line 38470 def PaymentScheduleFixingTimeBusinessCenter.field return 40860 end |