Class: Quickfix::LegFutSettDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegFutSettDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegFutSettDate
constructor
A new instance of LegFutSettDate.
Constructor Details
#initialize(data = nil) ⇒ LegFutSettDate
Returns a new instance of LegFutSettDate.
994 995 996 997 998 999 1000 |
# File 'lib/quickfix_fields.rb', line 994 def initialize(data = nil) if( data == nil ) super(588) else super(588, data) end end |
Class Method Details
.field ⇒ Object
991 992 993 |
# File 'lib/quickfix_fields.rb', line 991 def LegFutSettDate.field return 588 end |