Class: Quickfix::UnderlyingIssueDate
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingIssueDate
Returns a new instance of UnderlyingIssueDate.
10926 10927 10928 10929 10930 10931 10932 |
# File 'lib/quickfix_fields.rb', line 10926 def initialize(data = nil) if( data == nil ) super(242) else super(242, data) end end |
Class Method Details
.field ⇒ Object
10923 10924 10925 |
# File 'lib/quickfix_fields.rb', line 10923 def UnderlyingIssueDate.field return 242 end |