Class: Quickfix::TradeInputDevice
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::TradeInputDevice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeInputDevice
constructor
A new instance of TradeInputDevice.
Constructor Details
#initialize(data = nil) ⇒ TradeInputDevice
Returns a new instance of TradeInputDevice.
4088 4089 4090 4091 4092 4093 4094 |
# File 'lib/quickfix_fields.rb', line 4088 def initialize(data = nil) if( data == nil ) super(579) else super(579, data) end end |
Class Method Details
.field ⇒ Object
4085 4086 4087 |
# File 'lib/quickfix_fields.rb', line 4085 def TradeInputDevice.field return 579 end |