Class: Quickfix::TradeInputSource

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



6269
6270
6271
# File 'lib/quickfix_fields.rb', line 6269

def TradeInputSource.field
  return 578
end