Class: Quickfix::PaymentScheduleFixingTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentScheduleFixingTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleFixingTime
constructor
A new instance of PaymentScheduleFixingTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleFixingTime
Returns a new instance of PaymentScheduleFixingTime.
38460 38461 38462 38463 38464 38465 38466 |
# File 'lib/quickfix_fields.rb', line 38460 def initialize(data = nil) if( data == nil ) super(40859) else super(40859, data) end end |
Class Method Details
.field ⇒ Object
38457 38458 38459 |
# File 'lib/quickfix_fields.rb', line 38457 def PaymentScheduleFixingTime.field return 40859 end |