Class: Quickfix::UnderlyingCFICode
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingCFICode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCFICode
constructor
A new instance of UnderlyingCFICode.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCFICode
Returns a new instance of UnderlyingCFICode.
12252 12253 12254 12255 12256 12257 12258 |
# File 'lib/quickfix_fields.rb', line 12252 def initialize(data = nil) if( data == nil ) super(463) else super(463, data) end end |
Class Method Details
.field ⇒ Object
12249 12250 12251 |
# File 'lib/quickfix_fields.rb', line 12249 def UnderlyingCFICode.field return 463 end |