Class: Quickfix::LegMaturityDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegMaturityDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMaturityDate
constructor
A new instance of LegMaturityDate.
Constructor Details
#initialize(data = nil) ⇒ LegMaturityDate
Returns a new instance of LegMaturityDate.
15931 15932 15933 15934 15935 15936 15937 |
# File 'lib/quickfix_fields.rb', line 15931 def initialize(data = nil) if( data == nil ) super(611) else super(611, data) end end |
Class Method Details
.field ⇒ Object
15928 15929 15930 |
# File 'lib/quickfix_fields.rb', line 15928 def LegMaturityDate.field return 611 end |