Class: Quickfix::MaturityDay
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::MaturityDay
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MaturityDay
constructor
A new instance of MaturityDay.
Constructor Details
#initialize(data = nil) ⇒ MaturityDay
Returns a new instance of MaturityDay.
1670 1671 1672 1673 1674 1675 1676 |
# File 'lib/quickfix_fields.rb', line 1670 def initialize(data = nil) if( data == nil ) super(205) else super(205, data) end end |
Class Method Details
.field ⇒ Object
1667 1668 1669 |
# File 'lib/quickfix_fields.rb', line 1667 def MaturityDay.field return 205 end |