Class: Quickfix::LegDatedDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegDatedDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDatedDate
constructor
A new instance of LegDatedDate.
Constructor Details
#initialize(data = nil) ⇒ LegDatedDate
Returns a new instance of LegDatedDate.
17985 17986 17987 17988 17989 17990 17991 |
# File 'lib/quickfix_fields.rb', line 17985 def initialize(data = nil) if( data == nil ) super(739) else super(739, data) end end |
Class Method Details
.field ⇒ Object
17982 17983 17984 |
# File 'lib/quickfix_fields.rb', line 17982 def LegDatedDate.field return 739 end |