Class: Quickfix::FutSettDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::FutSettDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FutSettDate
constructor
A new instance of FutSettDate.
Constructor Details
#initialize(data = nil) ⇒ FutSettDate
Returns a new instance of FutSettDate.
877 878 879 880 881 882 883 |
# File 'lib/quickfix_fields.rb', line 877 def initialize(data = nil) if( data == nil ) super(64) else super(64, data) end end |
Class Method Details
.field ⇒ Object
874 875 876 |
# File 'lib/quickfix_fields.rb', line 874 def FutSettDate.field return 64 end |