Class: Quickfix::UnderlyingPaymentStreamFixingDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamFixingDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFixingDate
constructor
A new instance of UnderlyingPaymentStreamFixingDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFixingDate
Returns a new instance of UnderlyingPaymentStreamFixingDate.
73365 73366 73367 73368 73369 73370 73371 |
# File 'lib/quickfix_fields.rb', line 73365 def initialize(data = nil) if( data == nil ) super(42956) else super(42956, data) end end |
Class Method Details
.field ⇒ Object
73362 73363 73364 |
# File 'lib/quickfix_fields.rb', line 73362 def .field return 42956 end |