Class: Quickfix::TradeInputSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::TradeInputSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeInputSource
constructor
A new instance of TradeInputSource.
Constructor Details
#initialize(data = nil) ⇒ TradeInputSource
Returns a new instance of TradeInputSource.
6272 6273 6274 6275 6276 6277 6278 |
# File 'lib/quickfix_fields.rb', line 6272 def initialize(data = nil) if( data == nil ) super(578) else super(578, data) end end |
Class Method Details
.field ⇒ Object
6269 6270 6271 |
# File 'lib/quickfix_fields.rb', line 6269 def TradeInputSource.field return 578 end |