Class: Quickfix::PaymentScheduleFixingLagUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentScheduleFixingLagUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleFixingLagUnit
constructor
A new instance of PaymentScheduleFixingLagUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleFixingLagUnit
Returns a new instance of PaymentScheduleFixingLagUnit.
44544 44545 44546 44547 44548 44549 44550 |
# File 'lib/quickfix_fields.rb', line 44544 def initialize(data = nil) if( data == nil ) super(41177) else super(41177, data) end end |
Class Method Details
.field ⇒ Object
44541 44542 44543 |
# File 'lib/quickfix_fields.rb', line 44541 def PaymentScheduleFixingLagUnit.field return 41177 end |