Class: Quickfix::MaturityDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::MaturityDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MaturityDate
constructor
A new instance of MaturityDate.
Constructor Details
#initialize(data = nil) ⇒ MaturityDate
Returns a new instance of MaturityDate.
4738 4739 4740 4741 4742 4743 4744 |
# File 'lib/quickfix_fields.rb', line 4738 def initialize(data = nil) if( data == nil ) super(541) else super(541, data) end end |
Class Method Details
.field ⇒ Object
4735 4736 4737 |
# File 'lib/quickfix_fields.rb', line 4735 def MaturityDate.field return 541 end |