Class: Quickfix::SettlInstRefID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SettlInstRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlInstRefID
constructor
A new instance of SettlInstRefID.
Constructor Details
#initialize(data = nil) ⇒ SettlInstRefID
Returns a new instance of SettlInstRefID.
45 46 47 48 49 50 51 |
# File 'lib/quickfix_fields.rb', line 45 def initialize(data = nil) if( data == nil ) super(214) else super(214, data) end end |
Class Method Details
.field ⇒ Object
42 43 44 |
# File 'lib/quickfix_fields.rb', line 42 def SettlInstRefID.field return 214 end |