Class: Quickfix::LegCFICode
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegCFICode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCFICode
constructor
A new instance of LegCFICode.
Constructor Details
#initialize(data = nil) ⇒ LegCFICode
Returns a new instance of LegCFICode.
981 982 983 984 985 986 987 |
# File 'lib/quickfix_fields.rb', line 981 def initialize(data = nil) if( data == nil ) super(608) else super(608, data) end end |
Class Method Details
.field ⇒ Object
978 979 980 |
# File 'lib/quickfix_fields.rb', line 978 def LegCFICode.field return 608 end |