Class: Quickfix::UnderlyingPaymentScheduleFixingTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentScheduleFixingTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingTime
constructor
A new instance of UnderlyingPaymentScheduleFixingTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingTime
Returns a new instance of UnderlyingPaymentScheduleFixingTime.
36328 36329 36330 36331 36332 36333 36334 |
# File 'lib/quickfix_fields.rb', line 36328 def initialize(data = nil) if( data == nil ) super(40695) else super(40695, data) end end |
Class Method Details
.field ⇒ Object
36325 36326 36327 |
# File 'lib/quickfix_fields.rb', line 36325 def .field return 40695 end |