Class: Quickfix::AssignmentUnit
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::AssignmentUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AssignmentUnit
constructor
A new instance of AssignmentUnit.
Constructor Details
#initialize(data = nil) ⇒ AssignmentUnit
Returns a new instance of AssignmentUnit.
2892 2893 2894 2895 2896 2897 2898 |
# File 'lib/quickfix_fields.rb', line 2892 def initialize(data = nil) if( data == nil ) super(745) else super(745, data) end end |
Class Method Details
.field ⇒ Object
2889 2890 2891 |
# File 'lib/quickfix_fields.rb', line 2889 def AssignmentUnit.field return 745 end |