Class: Quickfix::SideCurrency

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideCurrency

Returns a new instance of SideCurrency.



4595
4596
4597
4598
4599
4600
4601
# File 'lib/quickfix_fields.rb', line 4595

def initialize(data = nil)
  if( data == nil )
    super(1154)
  else
    super(1154, data)
  end
end

Class Method Details

.fieldObject



4592
4593
4594
# File 'lib/quickfix_fields.rb', line 4592

def SideCurrency.field
  return 1154
end