Class: Quickfix::AdvTransType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AdvTransType

Returns a new instance of AdvTransType.



9626
9627
9628
9629
9630
9631
9632
# File 'lib/quickfix_fields.rb', line 9626

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

Class Method Details

.fieldObject



9623
9624
9625
# File 'lib/quickfix_fields.rb', line 9623

def AdvTransType.field
  return 5
end