Class: Quickfix::MaturityTime
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::MaturityTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MaturityTime
constructor
A new instance of MaturityTime.
Constructor Details
#initialize(data = nil) ⇒ MaturityTime
Returns a new instance of MaturityTime.
15762 15763 15764 15765 15766 15767 15768 |
# File 'lib/quickfix_fields.rb', line 15762 def initialize(data = nil) if( data == nil ) super(1079) else super(1079, data) end end |
Class Method Details
.field ⇒ Object
15759 15760 15761 |
# File 'lib/quickfix_fields.rb', line 15759 def MaturityTime.field return 1079 end |