Class: Quickfix::UnderlyingIssueDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingIssueDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingIssueDate
constructor
A new instance of UnderlyingIssueDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingIssueDate
Returns a new instance of UnderlyingIssueDate.
5947 5948 5949 5950 5951 5952 5953 |
# File 'lib/quickfix_fields.rb', line 5947 def initialize(data = nil) if( data == nil ) super(242) else super(242, data) end end |
Class Method Details
.field ⇒ Object
5944 5945 5946 |
# File 'lib/quickfix_fields.rb', line 5944 def UnderlyingIssueDate.field return 242 end |