Class: Quickfix::LegPaymentScheduleFixingTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentScheduleFixingTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleFixingTime
constructor
A new instance of LegPaymentScheduleFixingTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleFixingTime
Returns a new instance of LegPaymentScheduleFixingTime.
32558 32559 32560 32561 32562 32563 32564 |
# File 'lib/quickfix_fields.rb', line 32558 def initialize(data = nil) if( data == nil ) super(40405) else super(40405, data) end end |
Class Method Details
.field ⇒ Object
32555 32556 32557 |
# File 'lib/quickfix_fields.rb', line 32555 def LegPaymentScheduleFixingTime.field return 40405 end |