Class: Quickfix::SettlType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SettlType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlType
constructor
A new instance of SettlType.
Constructor Details
#initialize(data = nil) ⇒ SettlType
Returns a new instance of SettlType.
11004 11005 11006 11007 11008 11009 11010 |
# File 'lib/quickfix_fields.rb', line 11004 def initialize(data = nil) if( data == nil ) super(63) else super(63, data) end end |
Class Method Details
.field ⇒ Object
11001 11002 11003 |
# File 'lib/quickfix_fields.rb', line 11001 def SettlType.field return 63 end |